Re: [Qemu-devel] updated virtio-gpu code

2014-03-25 Thread Gerd Hoffmann
On Di, 2014-03-25 at 16:58 +1000, Dave Airlie wrote: > Hey, > > I've pushed a new version of the unaccelerated virtio-gpu code to my repo > > git://git.freedesktop.org/~airlied/qemu virtio-gpu > > this is Gerd vga-wip branch, with the virtgpu_hw file moved, removing > the event queue and a confi

Re: [Qemu-devel] updated virtio-gpu code

2014-03-25 Thread Dave Airlie
> > Just out of interest, with sdl and remote-viewer I seem to get 2 > displays, one for the VGA time, and a separate one for the driver > loaded, any ideas why? Ah this seems to be an artefact of my libvirt xml which demands I add a non-virtio vga device, thanks strict parser! Dave.

[Qemu-devel] updated virtio-gpu code

2014-03-24 Thread Dave Airlie
Hey, I've pushed a new version of the unaccelerated virtio-gpu code to my repo git://git.freedesktop.org/~airlied/qemu virtio-gpu this is Gerd vga-wip branch, with the virtgpu_hw file moved, removing the event queue and a config space added with a events_read, events_clear u32. I've also pushed