Re: [libvirt] [PATCH 5/9] qemu: allow conditional device property probing

2017-03-28 Thread John Ferlan
On 03/23/2017 11:26 AM, Ján Tomko wrote: > Do not probe for devices that QEMU does not know > when probing for device options. No bz reference here > --- > src/qemu/qemu_capabilities.c | 99 > ++-- > 1 file changed, 68 insertions(+), 31 deletions(-) >

[libvirt] [PATCH 5/9] qemu: allow conditional device property probing

2017-03-23 Thread Ján Tomko
Do not probe for devices that QEMU does not know when probing for device options. --- src/qemu/qemu_capabilities.c | 99 ++-- 1 file changed, 68 insertions(+), 31 deletions(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index