mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-08 16:07:39 -06:00
qapi: Convert query-commands
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
c5a415a0af
commit
aa9b79bcd8
3 changed files with 44 additions and 25 deletions
|
@ -1090,6 +1090,12 @@ Note: This example has been shortened as the real response is too long.
|
|||
|
||||
EQMP
|
||||
|
||||
{
|
||||
.name = "query-commands",
|
||||
.args_type = "",
|
||||
.mhandler.cmd_new = qmp_marshal_input_query_commands,
|
||||
},
|
||||
|
||||
SQMP
|
||||
query-chardev
|
||||
-------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue