summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-09-03 14:10:53 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-09-03 14:10:53 +0000
commitc03b0f0fd86d0d8883528754b24de49b63935c7f (patch)
treee1960a6fe558299012431e35ddd47da4fca2261d /qemu-doc.texi
parent6192bc374ff3fb8d7dfc8723dee28559488dfff5 (diff)
downloadqemu-c03b0f0fd86d0d8883528754b24de49b63935c7f.tar.gz
allow disabling of serial or parallel devices (Stefan Weil)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2141 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 3bf3b5cd9c..144381ff99 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -506,12 +506,16 @@ Redirect the virtual serial port to host character device
This option can be used several times to simulate up to 4 serials
ports.
+Use @code{-serial none} to disable all serial ports.
+
Available character devices are:
@table @code
@item vc
Virtual console
@item pty
[Linux only] Pseudo TTY (a new PTY is automatically allocated)
+@item none
+No device is allocated.
@item null
void device
@item /dev/XXX
@@ -593,6 +597,8 @@ parallel port.
This option can be used several times to simulate up to 3 parallel
ports.
+Use @code{-parallel none} to disable all parallel ports.
+
@item -monitor dev
Redirect the monitor to host device @var{dev} (same devices as the
serial port).