Re: [libvirt] [PATCH v2 4/5] qemu: add virtio-gpu virgl support

2015-11-30 Thread Gerd Hoffmann
Hi, > Even with current git: v2.5.0-rc2-4-g7144875 I am getting: > # x86_64-softmmu/qemu-system-x86_64 -device virtio-gpu-pci,virgl=on > qemu-system-x86_64: -device virtio-gpu-pci,virgl=on: Property '.virgl' not > found > > Was this pushed to libvirt git before it was merged in QEMU? It's a

Re: [libvirt] [PATCH v2 4/5] qemu: add virtio-gpu virgl support

2015-11-30 Thread Michal Privoznik
On 30.11.2015 10:10, Ján Tomko wrote: > On Wed, Nov 25, 2015 at 09:42:33AM +0100, Marc-André Lureau wrote: >> Check if virtio-gpu provides virgl option, and add qemu command line >> formatter. >> >> It is enabled with the existing accel3d attribute: >> >> >> >> >> Signed-off-by: Marc-André

Re: [libvirt] [PATCH v2 4/5] qemu: add virtio-gpu virgl support

2015-11-30 Thread Ján Tomko
On Wed, Nov 25, 2015 at 09:42:33AM +0100, Marc-André Lureau wrote: > Check if virtio-gpu provides virgl option, and add qemu command line > formatter. > > It is enabled with the existing accel3d attribute: > > > > > Signed-off-by: Marc-André Lureau > --- >

Re: [libvirt] [PATCH v2 4/5] qemu: add virtio-gpu virgl support

2015-11-27 Thread Michal Privoznik
On 25.11.2015 09:42, Marc-André Lureau wrote: > Check if virtio-gpu provides virgl option, and add qemu command line > formatter. > > It is enabled with the existing accel3d attribute: > > > > > Signed-off-by: Marc-André Lureau > --- >

[libvirt] [PATCH v2 4/5] qemu: add virtio-gpu virgl support

2015-11-25 Thread Marc-André Lureau
Check if virtio-gpu provides virgl option, and add qemu command line formatter. It is enabled with the existing accel3d attribute: Signed-off-by: Marc-André Lureau --- src/qemu/qemu_capabilities.c | 7 ++ src/qemu/qemu_capabilities.h