summaryrefslogtreecommitdiff
path: root/qmp-commands.hx
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-10-20 17:01:33 -0200
committerLuiz Capitulino <lcapitulino@redhat.com>2011-10-27 11:48:47 -0200
commitd1f29646f21321e60d1be4e72ac3b6caaa0239cc (patch)
tree0c179c16292aa81c527b13db4092ee78e5e77dde /qmp-commands.hx
parent2b54aa879ea8490e25107dfc51a6ee268c84c273 (diff)
downloadqemu-d1f29646f21321e60d1be4e72ac3b6caaa0239cc.tar.gz
qapi: Convert query-spice
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r--qmp-commands.hx8
1 files changed, 8 insertions, 0 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx
index 0953d3f6be..e99c240f1a 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -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
----------