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 /hmp-commands.hx | |
parent | aa9b79bcd813b399ad13e13b5db4e8b2e8787e4c (diff) | |
download | qemu-7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8.tar.gz qemu-7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8.tar.bz2 qemu-7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8.zip |
qapi: Convert quit
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 9e1cca8e3d..2163e6f5f4 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -43,7 +43,7 @@ ETEXI .params = "", .help = "quit the emulator", .user_print = monitor_user_noop, - .mhandler.cmd_new = do_quit, + .mhandler.cmd = hmp_quit, }, STEXI |