Re: [libvirt] [PATCH v2 8/9] qemu: Use qemuAssignSCSIHostDeviceDriveAlias

2016-08-01 Thread John Ferlan
On 07/19/2016 10:30 AM, John Ferlan wrote: > When building the command line alias and for SCSI Host Device deletion, > use the common API to build the alias > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_command.c | 12 +++- > src/qemu/qemu_hotplug.c | 12 > 2 files

[libvirt] [PATCH v2 8/9] qemu: Use qemuAssignSCSIHostDeviceDriveAlias

2016-07-19 Thread John Ferlan
When building the command line alias and for SCSI Host Device deletion, use the common API to build the alias Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 12 +++- src/qemu/qemu_hotplug.c | 12 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/src/