]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands.hx
qapi: Convert pmemsave
[mirror_qemu.git] / hmp-commands.hx
index dac0b47b80a1d8fc44979c65399345551f93a8dc..0a721ccd91cfe29ac0219478b48c2de57df6ae6a 100644 (file)
@@ -703,8 +703,7 @@ 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'",
-        .user_print = monitor_user_noop,
-        .mhandler.cmd_new = do_physical_memory_save,
+        .mhandler.cmd = hmp_pmemsave,
     },
 
 STEXI