X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-monitor.hx;h=05b4534c7de0d6864cadfa163fa0f44d111bf6e1;hb=e1c923a62ac75b13ff9028d240279f951030fca3;hp=51c76736b790d5693f31687fd0fe4e2f67b63669;hpb=b223f35f4e13a65db8032700a329c7cbf62016c5;p=qemu.git diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 51c76736b..05b4534c7 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -133,7 +133,8 @@ ETEXI .args_type = "force:-f,filename:B", .params = "[-f] device", .help = "eject a removable medium (use -f to force it)", - .mhandler.cmd = do_eject, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_eject, }, STEXI @@ -287,7 +288,8 @@ ETEXI .args_type = "", .params = "", .help = "stop emulation", - .mhandler.cmd = do_stop, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_stop, }, STEXI @@ -300,7 +302,8 @@ ETEXI .args_type = "", .params = "", .help = "resume emulation", - .mhandler.cmd = do_cont, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_cont, }, STEXI @@ -466,7 +469,8 @@ ETEXI .args_type = "", .params = "", .help = "reset the system", - .mhandler.cmd = do_system_reset, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_system_reset, }, STEXI @@ -480,7 +484,8 @@ ETEXI .args_type = "", .params = "", .help = "send system power down event", - .mhandler.cmd = do_system_powerdown, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_system_powerdown, }, STEXI @@ -662,7 +667,8 @@ 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'", - .mhandler.cmd = do_memory_save, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_memory_save, }, STEXI @@ -675,7 +681,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 @@ -720,7 +727,8 @@ ETEXI .args_type = "detach:-d,uri:s", .params = "[-d] uri", .help = "migrate to URI (using -d to not wait for completion)", - .mhandler.cmd = do_migrate, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_migrate, }, STEXI @@ -733,7 +741,8 @@ ETEXI .args_type = "", .params = "", .help = "cancel the current VM migration", - .mhandler.cmd = do_migrate_cancel, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_migrate_cancel, }, STEXI @@ -746,7 +755,8 @@ ETEXI .args_type = "value:s", .params = "value", .help = "set maximum speed (in bytes) for migrations", - .mhandler.cmd = do_migrate_set_speed, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_migrate_set_speed, }, STEXI @@ -807,7 +817,8 @@ ETEXI .args_type = "pci_addr:s", .params = "[[:]:]", .help = "hot remove PCI device", - .mhandler.cmd = do_pci_device_hot_remove, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_pci_device_hot_remove, }, #endif @@ -870,7 +881,8 @@ ETEXI .args_type = "value:i", .params = "target", .help = "request VM to change it's memory allocation (in MB)", - .mhandler.cmd = do_balloon, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_balloon, }, STEXI