]> git.proxmox.com Git - mirror_qemu.git/commit - hw/display/vga_int.h
virtio-vga: add virtio gpu device with vga compatibility
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 10 Sep 2014 12:25:45 +0000 (14:25 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 12 Jun 2015 08:13:23 +0000 (10:13 +0200)
commitc5d4dac86b61070c078a7b35e25f56d2c8bff508
tree357ba92ffe1b7fca73485c4fe2a63720d321e38a
parent9eafb62d47ac1c8c2d431e1b4829445444ccc2ee
virtio-vga: add virtio gpu device with vga compatibility

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.  It is compatible
with stdvga.

Written by Dave Airlie and Gerd Hoffmann.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
default-configs/x86_64-softmmu.mak
hw/display/Makefile.objs
hw/display/vga-pci.c
hw/display/vga_int.h
hw/display/virtio-vga.c [new file with mode: 0644]