Hi, This little series adds a legacy-free variant of the qemu standard vga, which can easily be used as secondary vga. No BIOS, thus no vesa support, thus you need guest drivers.
If you wanna play with this walk over here: http://www.kraxel.org/cgit/linux/log/?h=qemu-drm The bochs drm driver handles both this new device and the qemu stdvga. Gerd Hoffmann (2): vga: allow non-global vmstate vga: add secondary stdvga variant docs/specs/standard-vga.txt | 13 ++++++--- hw/display/cirrus_vga.c | 4 +-- hw/display/qxl.c | 2 +- hw/display/vga-isa-mm.c | 2 +- hw/display/vga-isa.c | 2 +- hw/display/vga-pci.c | 64 ++++++++++++++++++++++++++++++++++++++++++++- hw/display/vga.c | 8 ++++-- hw/display/vga_int.h | 2 +- hw/display/vmware_vga.c | 2 +- 9 files changed, 86 insertions(+), 13 deletions(-) -- 1.8.3.1