Re: [libvirt] [PATCH 06/11] qemu_capabilities: rename QEMU_CAPS_VIRTIO_GPU_VIRGL

2016-10-10 Thread Pavel Hrdina
On Sat, Oct 08, 2016 at 09:59:20AM -0400, John Ferlan wrote: > > > On 09/30/2016 12:02 PM, Pavel Hrdina wrote: > > We usually uses QEMU_CASP_DEVICE_$NAME to probe for existence of some > > libvirt generally uses QEMU_CAPS_DEVICE_$NAME > > > device and QEMU_CAPS_$NAME_$PROP to probe for

Re: [libvirt] [PATCH 06/11] qemu_capabilities: rename QEMU_CAPS_VIRTIO_GPU_VIRGL

2016-10-08 Thread John Ferlan
On 09/30/2016 12:02 PM, Pavel Hrdina wrote: > We usually uses QEMU_CASP_DEVICE_$NAME to probe for existence of some libvirt generally uses QEMU_CAPS_DEVICE_$NAME > device and QEMU_CAPS_$NAME_$PROP to probe for existence of some property > of that device. > > This also remove wrong assumption

[libvirt] [PATCH 06/11] qemu_capabilities: rename QEMU_CAPS_VIRTIO_GPU_VIRGL

2016-09-30 Thread Pavel Hrdina
We usually uses QEMU_CASP_DEVICE_$NAME to probe for existence of some device and QEMU_CAPS_$NAME_$PROP to probe for existence of some property of that device. This also remove wrong assumption for QEMU_CAPS_DEVICE_VIRTIO_GPU that it's also 'virtio-vga' which isn't true. Signed-off-by: Pavel