mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-21 12:53:01 +00:00
qmp-commands: move 'query-gic-capabilities' 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:
parent
7e31d1ae45
commit
1965e98d51
@ -260,17 +260,3 @@ Delete a quorum's node
|
|||||||
"arguments": { "parent": "disk1",
|
"arguments": { "parent": "disk1",
|
||||||
"child": "children.1" } }
|
"child": "children.1" } }
|
||||||
<- { "return": {} }
|
<- { "return": {} }
|
||||||
|
|
||||||
query-gic-capabilities
|
|
||||||
---------------
|
|
||||||
|
|
||||||
Return a list of GICCapability objects, describing supported GIC
|
|
||||||
(Generic Interrupt Controller) versions.
|
|
||||||
|
|
||||||
Arguments: None
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
-> { "execute": "query-gic-capabilities" }
|
|
||||||
<- { "return": [{ "version": 2, "emulated": true, "kernel": false },
|
|
||||||
{ "version": 3, "emulated": false, "kernel": true } ] }
|
|
||||||
|
@ -5854,6 +5854,13 @@
|
|||||||
# Returns: a list of GICCapability objects.
|
# Returns: a list of GICCapability objects.
|
||||||
#
|
#
|
||||||
# Since: 2.6
|
# Since: 2.6
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "query-gic-capabilities" }
|
||||||
|
# <- { "return": [{ "version": 2, "emulated": true, "kernel": false },
|
||||||
|
# { "version": 3, "emulated": false, "kernel": true } ] }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'query-gic-capabilities', 'returns': ['GICCapability'] }
|
{ 'command': 'query-gic-capabilities', 'returns': ['GICCapability'] }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user