summaryrefslogtreecommitdiff
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-09-15 14:20:28 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2011-10-04 11:02:57 -0300
commit7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8 (patch)
treedcdb119186cc081a65485edbe9826ca9f44aa6b1 /hmp-commands.hx
parentaa9b79bcd813b399ad13e13b5db4e8b2e8787e4c (diff)
downloadqemu-7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8.tar.gz
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.hx2
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