[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 17/18] qmp-commands.hx: fix some styling
From: |
Markus Armbruster |
Subject: |
[Qemu-devel] [PULL 17/18] qmp-commands.hx: fix some styling |
Date: |
Mon, 19 Sep 2016 18:41:33 +0200 |
From: Marc-André Lureau <address@hidden>
Add some missing lines, remove superflous @ in command name, remove
trailing spaces.
Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
---
qmp-commands.hx | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/qmp-commands.hx b/qmp-commands.hx
index 734f3d7..b38772c 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)
@@ -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
@@ -2176,7 +2173,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)
@@ -2988,7 +2985,7 @@ Example:
},
"function":0,
"regions":[
-
+
]
},
{
@@ -3005,7 +3002,7 @@ Example:
},
"function":0,
"regions":[
-
+
]
},
{
@@ -3467,8 +3464,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)
@@ -4393,8 +4390,8 @@ EQMP
},
SQMP
address@hidden
-------------------------
+query-named-block-nodes
+-----------------------
Return a list of BlockDeviceInfo for all the named block driver nodes
@@ -4543,7 +4540,7 @@ EQMP
},
SQMP
address@hidden
+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
address@hidden
---------------------
+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
address@hidden
------------------
+input-send-event
+----------------
Send input event to guest.
--
2.5.5
- [Qemu-devel] [PULL 03/18] qapi-schema: add 'device_add', (continued)
- [Qemu-devel] [PULL 03/18] qapi-schema: add 'device_add', Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 05/18] monitor: register gen:false commands manually, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 08/18] qapi: export the marshallers, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 10/18] monitor: implement 'qmp_query_commands' without qmp_cmds, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 13/18] qapi: check invalid arguments on no-args commands, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 14/18] tests: add a test to check invalid args, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 04/18] monitor: simplify invalid_qmp_mode(), Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 01/18] build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 06/18] qapi: Support unregistering QMP commands, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 02/18] qapi-schema: use generated marshaller for 'qmp_capabilities', Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 17/18] qmp-commands.hx: fix some styling,
Markus Armbruster <=
- [Qemu-devel] [PULL 16/18] build-sys: remove qmp-commands-old.h, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 12/18] qapi: remove the "middle" mode, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 18/18] Replace qmp-commands.hx by docs/qmp-commands.txt, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 07/18] qmp: Hack to keep commands configuration-specific, Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 09/18] monitor: use qmp_find_command() (using generated qapi code), Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 15/18] monitor: use qmp_dispatch(), Markus Armbruster, 2016/09/19
- [Qemu-devel] [PULL 11/18] monitor: remove mhandler.cmd_new, Markus Armbruster, 2016/09/19
- Re: [Qemu-devel] [PULL 00/18] QAPI patches for 2016-09-19, Peter Maydell, 2016/09/19