New features for QEMU text console, by Stefan Weil.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3068 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-07-11 23:14:59 +00:00
parent 37a4c5392d
commit af3a903106
4 changed files with 61 additions and 21 deletions

View file

@ -555,8 +555,15 @@ Use @code{-serial none} to disable all serial ports.
Available character devices are:
@table @code
@item vc
Virtual console
@item vc[:WxH]
Virtual console. Optionally, a width and height can be given in pixel with
@example
vc:800x600
@end example
It is also possible to specify width or height in characters:
@example
vc:80Cx24C
@end example
@item pty
[Linux only] Pseudo TTY (a new PTY is automatically allocated)
@item none