diff options
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 0bf8896..ea52271 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1022,9 +1022,7 @@ ETEXI .args_type = "value:M", .params = "target", .help = "request VM to change its memory allocation (in MB)", - .user_print = monitor_user_noop, - .mhandler.cmd_async = do_balloon, - .flags = MONITOR_CMD_ASYNC, + .mhandler.cmd = hmp_balloon, }, STEXI |