diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-12-08 13:11:37 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-12 07:59:41 -0600 |
commit | 4e307fc883b39c89ffc093c79eb9c9735724d227 (patch) | |
tree | 65de7d10a7bed6570efd7e6b79d4b0654abb3589 /qemu-options.hx | |
parent | 1a688d3bbc2a44bfefa3f6774a11b0385dafc029 (diff) | |
download | qemu-4e307fc883b39c89ffc093c79eb9c9735724d227.zip |
Revert "monitor: Command-line flag to enable control mode"
This reverts commit adcb181afe5a951c521411c7a8e9d9b791aa6742.
Conflicts:
monitor.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index b6f307599c..420b7d847e 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1580,14 +1580,13 @@ Use @code{-parallel none} to disable all parallel ports. ETEXI DEF("monitor", HAS_ARG, QEMU_OPTION_monitor, \ - "-monitor [control,]dev redirect the monitor to char device 'dev'\n") + "-monitor dev redirect the monitor to char device 'dev'\n") STEXI -@item -monitor [@var{control},]@var{dev} +@item -monitor @var{dev} 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. -The option @var{control} enables the QEMU Monitor Protocol. ETEXI DEF("pidfile", HAS_ARG, QEMU_OPTION_pidfile, \ |