diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-15 14:20:28 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:02:57 -0300 |
commit | 7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8 (patch) | |
tree | dcdb119186cc081a65485edbe9826ca9f44aa6b1 /monitor.c | |
parent | aa9b79bcd813b399ad13e13b5db4e8b2e8787e4c (diff) |
qapi: Convert quit
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 | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -946,18 +946,6 @@ static void do_trace_print_events(Monitor *mon) trace_print_events((FILE *)mon, &monitor_fprintf); } -/** - * do_quit(): Quit QEMU execution - */ -static int do_quit(Monitor *mon, const QDict *qdict, QObject **ret_data) -{ - monitor_suspend(mon); - no_shutdown = 0; - qemu_system_shutdown_request(); - - return 0; -} - #ifdef CONFIG_VNC static int change_vnc_password(const char *password) { |