diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-08 22:30:36 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-08 22:30:36 +0000 |
commit | f8d179e33d71ddac580fb41f2b452099e7805d67 (patch) | |
tree | 1783e4c4c05981d722282fb9a82abd0d3b7f4d94 /qemu-doc.texi | |
parent | 3f87bf69590c6b3aead85c4ebb8cc7c9c81ccda5 (diff) | |
download | qemu-f8d179e33d71ddac580fb41f2b452099e7805d67.zip |
use host serial port
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1609 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index df5f4e3c64..253484fcda 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -363,8 +363,15 @@ Virtual console [Linux only] Pseudo TTY (a new PTY is automatically allocated) @item null void device +@item /dev/XXX +[Linux only]Use host tty, e.g. @file{/dev/ttyS0}. The host serial port +parameters are set according to the emulated ones. +@item file:filename +Write output to filename. No character can be read. @item stdio [Unix only] standard input/output +@item pipe:filename +[Unix only] name pipe @var{filename} @end table The default device is @code{vc} in graphical mode and @code{stdio} in non graphical mode. |