mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
qapi: Convert pmemsave
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
0cfd6a9ab4
commit
6d3962bf84
7 changed files with 66 additions and 43 deletions
|
@ -382,10 +382,7 @@ EQMP
|
|||
{
|
||||
.name = "pmemsave",
|
||||
.args_type = "val:l,size:i,filename:s",
|
||||
.params = "addr size file",
|
||||
.help = "save to disk physical memory dump starting at 'addr' of size 'size'",
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_physical_memory_save,
|
||||
.mhandler.cmd_new = qmp_marshal_input_pmemsave,
|
||||
},
|
||||
|
||||
SQMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue