Re: [libvirt] [PATCH v2 09/12] qemu: hotplug: Adjust error path for attach hostdev scsi disk

2016-04-27 Thread Cole Robinson
On 04/16/2016 10:17 AM, John Ferlan wrote: > Adjust error path logic to make it clearer how to undo the failed add. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_hotplug.c | 52 > ++--- > 1 file changed, 32 insertions(+), 20 deletions(-) > AC

[libvirt] [PATCH v2 09/12] qemu: hotplug: Adjust error path for attach hostdev scsi disk

2016-04-16 Thread John Ferlan
Adjust error path logic to make it clearer how to undo the failed add. Signed-off-by: John Ferlan --- src/qemu/qemu_hotplug.c | 52 ++--- 1 file changed, 32 insertions(+), 20 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c