Re: [libvirt] [PATCH 1/9] Remove dead code from qemuDomainAttachControllerDevice

2015-08-13 Thread John Ferlan
On 08/12/2015 10:52 AM, Ján Tomko wrote: We only support hotplugging SCSI controllers, USB and virtio-serial related code is useless here. --- src/qemu/qemu_hotplug.c | 18 -- 1 file changed, 18 deletions(-) It's true that we only call this from two places currently:

[libvirt] [PATCH 1/9] Remove dead code from qemuDomainAttachControllerDevice

2015-08-12 Thread Ján Tomko
We only support hotplugging SCSI controllers, USB and virtio-serial related code is useless here. --- src/qemu/qemu_hotplug.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index aabdb78..8e38153 100644 ---