Add some missing lines, remove superflous @ in command name, remove trailing spaces.
Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- qmp-commands.hx | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index f395f47..2e0d1e6 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -91,7 +91,7 @@ eject Eject a removable medium. -Arguments: +Arguments: - force: force ejection (json-bool, optional) - device: device name (json-string) @@ -1389,7 +1389,6 @@ EQMP }, SQMP - block-dirty-bitmap-add ---------------------- Since 2.4 @@ -1416,7 +1415,6 @@ EQMP }, SQMP - block-dirty-bitmap-remove ------------------------- Since 2.4 @@ -1443,7 +1441,6 @@ EQMP }, SQMP - block-dirty-bitmap-clear ------------------------ Since 2.4 @@ -2166,7 +2163,7 @@ human-monitor-command Execute a Human Monitor command. -Arguments: +Arguments: - command-line: the command name and its arguments, just like the Human Monitor's shell (json-string) @@ -2978,7 +2975,7 @@ Example: }, "function":0, "regions":[ - + ] }, { @@ -2995,7 +2992,7 @@ Example: }, "function":0, "regions":[ - + ] }, { @@ -3457,8 +3454,8 @@ The main json-object contains the following: - "setup-time" amount of setup time in milliseconds _before_ the iterations begin but _after_ the QMP command is issued. This is designed to provide an accounting of any activities - (such as RDMA pinning) which may be expensive, but do not - actually occur during the iterative migration rounds + (such as RDMA pinning) which may be expensive, but do not + actually occur during the iterative migration rounds themselves. (json-int) - "downtime": only present when migration has finished correctly total amount in ms for downtime that happened (json-int) @@ -4369,8 +4366,8 @@ EQMP }, SQMP -@query-named-block-nodes ------------------------- +query-named-block-nodes +----------------------- Return a list of BlockDeviceInfo for all the named block driver nodes @@ -4519,7 +4516,7 @@ EQMP }, SQMP -@query-memory-devices +query-memory-devices -------------------- Return a list of memory devices. @@ -4537,6 +4534,7 @@ Example: "slot": 0}, "type": "dimm" } ] } + EQMP { @@ -4545,8 +4543,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. @@ -4558,6 +4556,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 @@ -4579,6 +4578,7 @@ Example: -> { "execute": "rtc-reset-reinjection" } <- { "return": {} } + EQMP { @@ -4610,6 +4610,7 @@ Example: -> { "execute": "trace-event-get-state", "arguments": { "name": "qemu_memalign" } } <- { "return": [ { "name": "qemu_memalign", "state": "disabled" } ] } + EQMP { @@ -4644,6 +4645,7 @@ Example: -> { "execute": "trace-event-set-state", "arguments": { "name": "qemu_memalign", "enable": "true" } } <- { "return": {} } + EQMP { @@ -4652,8 +4654,8 @@ EQMP }, SQMP -@input-send-event ------------------ +input-send-event +---------------- Send input event to guest. -- 2.9.0