diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-21 15:29:55 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-27 11:48:46 -0200 |
commit | e235cec3762d2aa20b548114ea7b172113690463 (patch) | |
tree | a7eda7c51ade1d852efe097431676d822c48bded /monitor.c | |
parent | 694a099a542563f40116743c963066ce142a7755 (diff) | |
download | qemu-e235cec3762d2aa20b548114ea7b172113690463.tar.gz qemu-e235cec3762d2aa20b548114ea7b172113690463.tar.bz2 qemu-e235cec3762d2aa20b548114ea7b172113690463.zip |
qapi: Convert query-mice
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.c | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -2942,8 +2942,7 @@ static const mon_cmd_t info_cmds[] = { .args_type = "", .params = "", .help = "show which guest mouse is receiving events", - .user_print = do_info_mice_print, - .mhandler.info_new = do_info_mice, + .mhandler.info = hmp_info_mice, }, { .name = "vnc", @@ -3093,14 +3092,6 @@ static const mon_cmd_t qmp_query_cmds[] = { .mhandler.info_new = do_pci_info, }, { - .name = "mice", - .args_type = "", - .params = "", - .help = "show which guest mouse is receiving events", - .user_print = do_info_mice_print, - .mhandler.info_new = do_info_mice, - }, - { .name = "vnc", .args_type = "", .params = "", |