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 8fcba2452e..b116b5ef80 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -467,7 +467,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 |