From 18f5a8bfc7919a382baa37252001ef82833e61d3 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Fri, 16 Oct 2009 12:23:44 -0300 Subject: monitor: Convert do_physical_memory_save() to QObject Note that errors are not being converted yet. Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- qemu-monitor.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qemu-monitor.hx') diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 70b9125..1c605bd 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -680,7 +680,8 @@ ETEXI .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'", - .mhandler.cmd = do_physical_memory_save, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_physical_memory_save, }, STEXI -- cgit v1.1