Re: [libvirt] [PATCH v2 06/12] qemu: hotplug: Assume support for -device for attach virtio disk

2016-04-28 Thread Peter Krempa
On Wed, Apr 27, 2016 at 19:07:57 -0400, Cole Robinson wrote: > On 04/16/2016 10:17 AM, John Ferlan wrote: > > Since support for QEMU_CAPS_DEVICE is not assumed, let's drop the legacy > > code to make life easier going forward. > > > > Signed-off-by: John Ferlan > > --- > > src/qemu/qemu_hotplug.

Re: [libvirt] [PATCH v2 06/12] qemu: hotplug: Assume support for -device for attach virtio disk

2016-04-27 Thread Cole Robinson
On 04/16/2016 10:17 AM, John Ferlan wrote: > Since support for QEMU_CAPS_DEVICE is not assumed, let's drop the legacy > code to make life easier going forward. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_hotplug.c | 79 > + > 1 file chang

[libvirt] [PATCH v2 06/12] qemu: hotplug: Assume support for -device for attach virtio disk

2016-04-16 Thread John Ferlan
Since support for QEMU_CAPS_DEVICE is not assumed, let's drop the legacy code to make life easier going forward. Signed-off-by: John Ferlan --- src/qemu/qemu_hotplug.c | 79 + 1 file changed, 33 insertions(+), 46 deletions(-) diff --git a/src/qemu