]> Git Repo - qemu.git/commit - hw/display/Makefile.objs
virtio-gpu-pci: add virtio pci support
authorGerd Hoffmann <[email protected]>
Wed, 10 Sep 2014 12:20:34 +0000 (14:20 +0200)
committerGerd Hoffmann <[email protected]>
Fri, 12 Jun 2015 08:13:23 +0000 (10:13 +0200)
commit9eafb62d47ac1c8c2d431e1b4829445444ccc2ee
tree28aee414fadcebcf3ab76bfa3d1d3bae24f044e6
parent2c84167b4efa4a0e81946ef624e96005396e14b2
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 <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/display/Makefile.objs
hw/display/virtio-gpu-pci.c [new file with mode: 0644]
hw/virtio/virtio-pci.h
This page took 0.024751 seconds and 4 git commands to generate.