Eject a removable medium.
-Arguments:
+Arguments:
- force: force ejection (json-bool, optional)
- device: device name (json-string)
},
SQMP
-
block-dirty-bitmap-add
----------------------
Since 2.4
},
SQMP
-
block-dirty-bitmap-remove
-------------------------
Since 2.4
},
SQMP
-
block-dirty-bitmap-clear
------------------------
Since 2.4
Execute a Human Monitor command.
-Arguments:
+Arguments:
- command-line: the command name and its arguments, just like the
Human Monitor's shell (json-string)
},
"function":0,
"regions":[
-
+
]
},
{
},
"function":0,
"regions":[
-
+
]
},
{
- "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)
},
SQMP
-@query-named-block-nodes
-------------------------
+query-named-block-nodes
+-----------------------
Return a list of BlockDeviceInfo for all the named block driver nodes
},
SQMP
-@query-memory-devices
+query-memory-devices
--------------------
Return a list of memory devices.
"slot": 0},
"type": "dimm"
} ] }
+
EQMP
{
},
SQMP
-@query-acpi-ospm-status
---------------------
+query-acpi-ospm-status
+----------------------
Return list of ACPIOSTInfo for devices that support status reporting
via ACPI _OST method.
{ "slot": "2", "slot-type": "DIMM", "source": 0, "status": 0},
{ "slot": "3", "slot-type": "DIMM", "source": 0, "status": 0}
]}
+
EQMP
#if defined TARGET_I386
-> { "execute": "rtc-reset-reinjection" }
<- { "return": {} }
+
EQMP
{
-> { "execute": "trace-event-get-state", "arguments": { "name": "qemu_memalign" } }
<- { "return": [ { "name": "qemu_memalign", "state": "disabled" } ] }
+
EQMP
{
-> { "execute": "trace-event-set-state", "arguments": { "name": "qemu_memalign", "enable": "true" } }
<- { "return": {} }
+
EQMP
{
},
SQMP
-@input-send-event
------------------
+input-send-event
+----------------
Send input event to guest.