mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
monitor: Convert do_quit() do QObject
Patchworks-ID: 35345 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
13c7425e1a
commit
b223f35f4e
2 changed files with 6 additions and 2 deletions
|
@ -119,7 +119,8 @@ ETEXI
|
|||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "quit the emulator",
|
||||
.mhandler.cmd = do_quit,
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_quit,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue