Re: [Qemu-devel] [PATCH 3/9] virtio-gpu-pci: add virtio pci support

2015-03-16 Thread Max Reitz
On 2015-03-13 at 05:47, Gerd Hoffmann wrote: 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 i

[Qemu-devel] [PATCH 3/9] virtio-gpu-pci: add virtio pci support

2015-03-13 Thread Gerd Hoffmann
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 Airl