qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] vga: add secondary stdvga variant


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/2] vga: add secondary stdvga variant
Date: Thu, 17 Oct 2013 13:02:24 +0200

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]