mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
monitor: Convert do_cont() to QObject
Appropriate error handling support will be needed to have encrypted images working under the future machine protocol, but this initial conversion will work with the current user protocol. Patchworks-ID: 35348 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4307666463
commit
a1f896a041
2 changed files with 7 additions and 3 deletions
|
@ -301,7 +301,8 @@ ETEXI
|
|||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "resume emulation",
|
||||
.mhandler.cmd = do_cont,
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_cont,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue