mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qmp-commands: move 'query-version' 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:
committed by
Markus Armbruster
parent
5fba0a72ec
commit
dd746afbb4
@@ -209,33 +209,6 @@ Note: This command must be issued before issuing any other command.
|
||||
=================
|
||||
|
||||
|
||||
query-version
|
||||
-------------
|
||||
|
||||
Show QEMU version.
|
||||
|
||||
Return a json-object with the following information:
|
||||
|
||||
- "qemu": A json-object containing three integer values:
|
||||
- "major": QEMU's major version (json-int)
|
||||
- "minor": QEMU's minor version (json-int)
|
||||
- "micro": QEMU's micro version (json-int)
|
||||
- "package": package's version (json-string)
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "query-version" }
|
||||
<- {
|
||||
"return":{
|
||||
"qemu":{
|
||||
"major":0,
|
||||
"minor":11,
|
||||
"micro":5
|
||||
},
|
||||
"package":""
|
||||
}
|
||||
}
|
||||
|
||||
query-commands
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user