mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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:
parent
37a4c5392d
commit
af3a903106
4 changed files with 61 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue