Re: [libvirt] [REPOST PATCH v6 4/8] qemu: Refactor qemuBuildSCSIiSCSIHostdevDrvStr slightly

2017-11-23 Thread Peter Krempa
On Wed, Nov 08, 2017 at 08:15:57 -0500, John Ferlan wrote: > Rather than building the "file" string in qemuBuildSCSIHostdevDrvStr > build it in the called helper. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_command.c | 13 ++--- > 1 file changed, 10

[libvirt] [REPOST PATCH v6 4/8] qemu: Refactor qemuBuildSCSIiSCSIHostdevDrvStr slightly

2017-11-08 Thread John Ferlan
Rather than building the "file" string in qemuBuildSCSIHostdevDrvStr build it in the called helper. Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_command.c

[libvirt] [REPOST PATCH v6 4/8] qemu: Refactor qemuBuildSCSIiSCSIHostdevDrvStr slightly

2017-11-03 Thread John Ferlan
Rather than building the "file" string in qemuBuildSCSIHostdevDrvStr build it in the called helper. Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_command.c