Re: [libvirt] [PATCH v2 7/8] qemu: hotplug: Drop !QEMU_CAPS_DEVICE code

2016-01-28 Thread Cole Robinson
On 01/26/2016 11:44 AM, Laine Stump wrote: > On 01/22/2016 02:11 PM, Cole Robinson wrote: >> On 01/22/2016 02:09 PM, Cole Robinson wrote: >>> Nowadays we only support qemu 0.12.0+ which provides QEMU_CAPS_DEVICE, >>> so this is all dead code. >>> --- >>> src/qemu/qemu_hotplug.c | 480 >>>

Re: [libvirt] [PATCH v2 7/8] qemu: hotplug: Drop !QEMU_CAPS_DEVICE code

2016-01-26 Thread Laine Stump
On 01/22/2016 02:11 PM, Cole Robinson wrote: On 01/22/2016 02:09 PM, Cole Robinson wrote: Nowadays we only support qemu 0.12.0+ which provides QEMU_CAPS_DEVICE, so this is all dead code. --- src/qemu/qemu_hotplug.c | 480 +++- 1 file changed, 144

[libvirt] [PATCH v2 7/8] qemu: hotplug: Drop !QEMU_CAPS_DEVICE code

2016-01-22 Thread Cole Robinson
Nowadays we only support qemu 0.12.0+ which provides QEMU_CAPS_DEVICE, so this is all dead code. --- src/qemu/qemu_hotplug.c | 480 +++- 1 file changed, 144 insertions(+), 336 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c

Re: [libvirt] [PATCH v2 7/8] qemu: hotplug: Drop !QEMU_CAPS_DEVICE code

2016-01-22 Thread Cole Robinson
On 01/22/2016 02:09 PM, Cole Robinson wrote: > Nowadays we only support qemu 0.12.0+ which provides QEMU_CAPS_DEVICE, > so this is all dead code. > --- > src/qemu/qemu_hotplug.c | 480 > +++- > 1 file changed, 144 insertions(+), 336 deletions(-) >