mirror of https://gitee.com/openkylin/qemu.git
qmp-commands.hx: fix some styling
Add some missing lines, remove superflous @ in command name, remove trailing spaces. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20160912091913.15831-18-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
842894994e
commit
bdf0513323
|
@ -1395,7 +1395,6 @@ EQMP
|
|||
},
|
||||
|
||||
SQMP
|
||||
|
||||
block-dirty-bitmap-add
|
||||
----------------------
|
||||
Since 2.4
|
||||
|
@ -1422,7 +1421,6 @@ EQMP
|
|||
},
|
||||
|
||||
SQMP
|
||||
|
||||
block-dirty-bitmap-remove
|
||||
-------------------------
|
||||
Since 2.4
|
||||
|
@ -1449,7 +1447,6 @@ EQMP
|
|||
},
|
||||
|
||||
SQMP
|
||||
|
||||
block-dirty-bitmap-clear
|
||||
------------------------
|
||||
Since 2.4
|
||||
|
@ -4393,8 +4390,8 @@ EQMP
|
|||
},
|
||||
|
||||
SQMP
|
||||
@query-named-block-nodes
|
||||
------------------------
|
||||
query-named-block-nodes
|
||||
-----------------------
|
||||
|
||||
Return a list of BlockDeviceInfo for all the named block driver nodes
|
||||
|
||||
|
@ -4543,7 +4540,7 @@ EQMP
|
|||
},
|
||||
|
||||
SQMP
|
||||
@query-memory-devices
|
||||
query-memory-devices
|
||||
--------------------
|
||||
|
||||
Return a list of memory devices.
|
||||
|
@ -4561,6 +4558,7 @@ Example:
|
|||
"slot": 0},
|
||||
"type": "dimm"
|
||||
} ] }
|
||||
|
||||
EQMP
|
||||
|
||||
{
|
||||
|
@ -4569,8 +4567,8 @@ EQMP
|
|||
},
|
||||
|
||||
SQMP
|
||||
@query-acpi-ospm-status
|
||||
--------------------
|
||||
query-acpi-ospm-status
|
||||
----------------------
|
||||
|
||||
Return list of ACPIOSTInfo for devices that support status reporting
|
||||
via ACPI _OST method.
|
||||
|
@ -4582,6 +4580,7 @@ Example:
|
|||
{ "slot": "2", "slot-type": "DIMM", "source": 0, "status": 0},
|
||||
{ "slot": "3", "slot-type": "DIMM", "source": 0, "status": 0}
|
||||
]}
|
||||
|
||||
EQMP
|
||||
|
||||
#if defined TARGET_I386
|
||||
|
@ -4603,6 +4602,7 @@ Example:
|
|||
|
||||
-> { "execute": "rtc-reset-reinjection" }
|
||||
<- { "return": {} }
|
||||
|
||||
EQMP
|
||||
|
||||
{
|
||||
|
@ -4634,6 +4634,7 @@ Example:
|
|||
|
||||
-> { "execute": "trace-event-get-state", "arguments": { "name": "qemu_memalign" } }
|
||||
<- { "return": [ { "name": "qemu_memalign", "state": "disabled" } ] }
|
||||
|
||||
EQMP
|
||||
|
||||
{
|
||||
|
@ -4668,6 +4669,7 @@ Example:
|
|||
|
||||
-> { "execute": "trace-event-set-state", "arguments": { "name": "qemu_memalign", "enable": "true" } }
|
||||
<- { "return": {} }
|
||||
|
||||
EQMP
|
||||
|
||||
{
|
||||
|
@ -4676,8 +4678,8 @@ EQMP
|
|||
},
|
||||
|
||||
SQMP
|
||||
@input-send-event
|
||||
-----------------
|
||||
input-send-event
|
||||
----------------
|
||||
|
||||
Send input event to guest.
|
||||
|
||||
|
|
Loading…
Reference in New Issue