summaryrefslogtreecommitdiff
path: root/qemu-monitor.hx
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r--qemu-monitor.hx3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 8dca4f19d4..29999c6e38 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -874,7 +874,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