diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-02-10 23:49:58 -0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 15:18:17 -0600 |
commit | 9869622ee8d613d5d3cbb2a7d47a6192ecfe2e2b (patch) | |
tree | ef44a94a1172bdaf2ad1a823531420e4b002fd38 /qemu-monitor.hx | |
parent | b5d17adb932b16226c8073c3411cf5c93df22cb8 (diff) |
Monitor: Convert do_memory_save() to cmd_new_ret()
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 3a1f9bc518..5995cefac0 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -705,7 +705,7 @@ ETEXI .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, + .cmd_new_ret = do_memory_save, }, STEXI |