summaryrefslogtreecommitdiffstats
path: root/monitor.c
diff options
context:
space:
mode:
authorLuiz Capitulino2011-10-20 21:01:33 +0200
committerLuiz Capitulino2011-10-27 15:48:47 +0200
commitd1f29646f21321e60d1be4e72ac3b6caaa0239cc (patch)
tree0c179c16292aa81c527b13db4092ee78e5e77dde /monitor.c
parentqapi: Convert query-vnc (diff)
downloadqemu-d1f29646f21321e60d1be4e72ac3b6caaa0239cc.tar.gz
qemu-d1f29646f21321e60d1be4e72ac3b6caaa0239cc.tar.xz
qemu-d1f29646f21321e60d1be4e72ac3b6caaa0239cc.zip
qapi: Convert query-spice
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/monitor.c b/monitor.c
index d7c72bbe0d..fc3da382f0 100644
--- a/monitor.c
+++ b/monitor.c
@@ -2857,8 +2857,7 @@ static const mon_cmd_t info_cmds[] = {
.args_type = "",
.params = "",
.help = "show the spice server status",
- .user_print = do_info_spice_print,
- .mhandler.info_new = do_info_spice,
+ .mhandler.info = hmp_info_spice,
},
#endif
{
@@ -2965,16 +2964,6 @@ static const mon_cmd_t qmp_query_cmds[] = {
.user_print = do_pci_info_print,
.mhandler.info_new = do_pci_info,
},
-#if defined(CONFIG_SPICE)
- {
- .name = "spice",
- .args_type = "",
- .params = "",
- .help = "show the spice server status",
- .user_print = do_info_spice_print,
- .mhandler.info_new = do_info_spice,
- },
-#endif
{
.name = "balloon",
.args_type = "",