diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2013-05-16 12:02:55 -0400 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2013-05-23 09:58:45 -0400 |
commit | 70e098af88f79340d420992af526254866a42ddd (patch) | |
tree | bd5bb47861b2fa77d81d37dd684e1be46005ceec /qemu-options.hx | |
parent | b2d1674b75563326515cf2178cc1d0a002797a12 (diff) |
monitor: allow to disable the default monitor
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index fb3961d8f7..bf94862b58 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2528,6 +2528,7 @@ Redirect the monitor to host device @var{dev} (same devices as the serial port). The default device is @code{vc} in graphical mode and @code{stdio} in non graphical mode. +Use @code{-monitor none} to disable the default monitor. ETEXI DEF("qmp", HAS_ARG, QEMU_OPTION_qmp, \ "-qmp dev like -monitor but opens in 'control' mode\n", |