mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
monitor: Convert do_memory_save() to QObject
Note that errors are not being converted yet. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4a1b0f1cc2
commit
57e09454a4
2 changed files with 3 additions and 2 deletions
|
@ -666,7 +666,8 @@ ETEXI
|
|||
.args_type = "val:l,size:i,filename:s",
|
||||
.params = "addr size file",
|
||||
.help = "save to disk virtual memory dump starting at 'addr' of size 'size'",
|
||||
.mhandler.cmd = do_memory_save,
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_memory_save,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue