mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
virtio-vga: add '-vga virtio' support
Some convinience fluff: Add support for '-vga virtio', also add virtio-vga to the list of vga cards so '-device virtio-vga' will turn off the default vga. Written by Dave Airlie and Gerd Hoffmann. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
c5d4dac86b
commit
a94f0c5ca2
5 changed files with 22 additions and 2 deletions
|
@ -1103,7 +1103,7 @@ Rotate graphical output some deg left (only PXA LCD).
|
|||
ETEXI
|
||||
|
||||
DEF("vga", HAS_ARG, QEMU_OPTION_vga,
|
||||
"-vga [std|cirrus|vmware|qxl|xenfb|tcx|cg3|none]\n"
|
||||
"-vga [std|cirrus|vmware|qxl|xenfb|tcx|cg3|virtio|none]\n"
|
||||
" select video card type\n", QEMU_ARCH_ALL)
|
||||
STEXI
|
||||
@item -vga @var{type}
|
||||
|
@ -1136,6 +1136,8 @@ fixed resolution of 1024x768.
|
|||
(sun4m only) Sun cgthree framebuffer. This is a simple 8-bit framebuffer
|
||||
for sun4m machines available in both 1024x768 (OpenBIOS) and 1152x900 (OBP)
|
||||
resolutions aimed at people wishing to run older Solaris versions.
|
||||
@item virtio
|
||||
Virtio VGA card.
|
||||
@item none
|
||||
Disable VGA card.
|
||||
@end table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue