mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qmp-commands: move 'trace-event-get-state' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
9389a4e3ba
commit
a93b9ba76f
2 changed files with 7 additions and 24 deletions
|
@ -62,6 +62,13 @@
|
|||
# an error is returned.
|
||||
#
|
||||
# Since: 2.2
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "trace-event-get-state",
|
||||
# "arguments": { "name": "qemu_memalign" } }
|
||||
# <- { "return": [ { "name": "qemu_memalign", "state": "disabled" } ] }
|
||||
#
|
||||
##
|
||||
{ 'command': 'trace-event-get-state',
|
||||
'data': {'name': 'str', '*vcpu': 'int'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue