diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-22 16:32:37 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:00 -0200 |
commit | 0cfd6a9ab4356cd2c69bb29b1d70e1fd037bc1f2 (patch) | |
tree | 70d50b3eb62d4ad3bdd4ce128d40015299754694 /hmp-commands.hx | |
parent | 588988736634ad2aa356dafac78f88d1ea68b1a4 (diff) |
qapi: Convert memsave
Please, note that the QMP command has a new 'cpu-index' parameter.
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.hx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 79a919526d..dac0b47b80 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -689,8 +689,7 @@ 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'", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_memory_save, + .mhandler.cmd = hmp_memsave, }, STEXI |