commit | 7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Thu Sep 15 14:20:28 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Oct 04 11:02:57 2011 -0300 |
tree | dcdb119186cc081a65485edbe9826ca9f44aa6b1 | |
parent | aa9b79bcd813b399ad13e13b5db4e8b2e8787e4c [diff] [blame] |
qapi: Convert quit Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/hmp-commands.hx b/hmp-commands.hx index 9e1cca8..2163e6f 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -43,7 +43,7 @@ .params = "", .help = "quit the emulator", .user_print = monitor_user_noop, - .mhandler.cmd_new = do_quit, + .mhandler.cmd = hmp_quit, }, STEXI