mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qapi: Convert query-spice
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
2b54aa879e
commit
d1f29646f2
7 changed files with 199 additions and 95 deletions
|
@ -1817,6 +1817,14 @@ Example:
|
|||
|
||||
EQMP
|
||||
|
||||
#if defined(CONFIG_SPICE)
|
||||
{
|
||||
.name = "query-spice",
|
||||
.args_type = "",
|
||||
.mhandler.cmd_new = qmp_marshal_input_query_spice,
|
||||
},
|
||||
#endif
|
||||
|
||||
SQMP
|
||||
query-name
|
||||
----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue