Re: [Qemu-devel] [PATCH 4/9] virtio-vga: add virtio gpu device with vga compatibility

2015-03-16 Thread Max Reitz
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

[Qemu-devel] [PATCH 4/9] virtio-vga: add virtio gpu device with vga compatibility

2015-03-13 Thread Gerd Hoffmann
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 Signed-off-by: Gerd Hoffmann --- defa