On 2015-03-13 at 05:47, Gerd Hoffmann wrote:
This patch adds a virtio-vga device. It is simliar to virtio-gpu-pci,
but it also adds in vga compatibility, so guests without native
virtio-gpu support can drive the device in vga mode.
Written by Dave Airlie and Gerd Hoffmann.
Signed-off-by: Dave Airlie <airl...@redhat.com>
Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
---
default-configs/x86_64-softmmu.mak | 1 +
hw/display/Makefile.objs | 1 +
hw/display/virtio-vga.c | 150 +++++++++++++++++++++++++++++++++++++
3 files changed, 152 insertions(+)
create mode 100644 hw/display/virtio-vga.c
Looks good to me, but I can't really give an R-b because I'm really
unfamiliar with all things concerning VGA.
Max