diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-09-10 14:20:34 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-12 10:13:23 +0200 |
commit | 9eafb62d47ac1c8c2d431e1b4829445444ccc2ee (patch) | |
tree | 28aee414fadcebcf3ab76bfa3d1d3bae24f044e6 /hw/display/Makefile.objs | |
parent | 2c84167b4efa4a0e81946ef624e96005396e14b2 (diff) | |
download | qemu-9eafb62d47ac1c8c2d431e1b4829445444ccc2ee.tar.gz qemu-9eafb62d47ac1c8c2d431e1b4829445444ccc2ee.tar.bz2 qemu-9eafb62d47ac1c8c2d431e1b4829445444ccc2ee.zip |
virtio-gpu-pci: add virtio pci support
This patch adds virtio-gpu-pci, which is the pci proxy for the virtio
gpu device. With this patch in place virtio-gpu is functional. You
need a linux guest with a virtio-gpu driver though, and output will
appear pretty late in boot, once the kernel initialized drm and fbcon.
Written by Dave Airlie and Gerd Hoffmann.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/Makefile.objs')
-rw-r--r-- | hw/display/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index 61c80f319d..26284a15c1 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -36,3 +36,4 @@ obj-$(CONFIG_VGA) += vga.o common-obj-$(CONFIG_QXL) += qxl.o qxl-logger.o qxl-render.o obj-$(CONFIG_VIRTIO) += virtio-gpu.o +obj-$(CONFIG_VIRTIO_PCI) += virtio-gpu-pci.o |