On Wed, Nov 08, 2017 at 08:15:54 -0500, John Ferlan wrote:
Rather than picking apart the two pieces we need/want (path, hosts,
and auth)- let's allocate/use a virStorageSourcePtr for iSCSI storage.
The end result is that qemuBuildSCSIiSCSIHostdevDrvStr doesn't need
to "fake" one for the qemuBuildNetworkDriveStr call.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/conf/domain_conf.c | 46 +++++++++++++++++++++++++---------------------
src/conf/domain_conf.h | 5 +----
src/qemu/qemu_command.c | 10 +---------
src/qemu/qemu_domain.c | 9 +++++----
src/qemu/qemu_hotplug.c | 2 +-
5 files changed, 33 insertions(+), 39 deletions(-)
ACK