diff options
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 415734a464..b51bb47f25 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -891,7 +891,8 @@ ETEXI .params = "target", .help = "request VM to change it's memory allocation (in MB)", .user_print = monitor_user_noop, - .mhandler.cmd_new = do_balloon, + .mhandler.cmd_async = do_balloon, + .async = 1, }, STEXI |