Re: [Qemu-devel] [PATCH 6/8] virtio-gpu: v0.1 of the virtio based GPU code.

2013-11-20 Thread Gerd Hoffmann
On Mi, 2013-11-20 at 15:52 +1000, Dave Airlie wrote: > From: Dave Airlie > > This is the basic virtio-gpu which is > > multi-head capable, > ARGB cursor support, > unaccelerated. I'd like to see an overview on the design of the virtual hardware. What is the purpose of the virtio commands? What

[Qemu-devel] [PATCH 6/8] virtio-gpu: v0.1 of the virtio based GPU code.

2013-11-19 Thread Dave Airlie
From: Dave Airlie This is the basic virtio-gpu which is multi-head capable, ARGB cursor support, unaccelerated. Signed-off-by: Dave Airlie --- default-configs/x86_64-softmmu.mak | 1 + hw/display/Makefile.objs | 2 + hw/display/virtgpu_hw.h| 225 ++ hw/di