Re: [libvirt] [REPOST PATCH v6 1/8] conf, qemu: Replace iscsisrc fields with virStorageSourcePtr

2017-11-23 Thread Peter Krempa
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

[libvirt] [REPOST PATCH v6 1/8] conf, qemu: Replace iscsisrc fields with virStorageSourcePtr

2017-11-08 Thread John Ferlan
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

[libvirt] [REPOST PATCH v6 1/8] conf, qemu: Replace iscsisrc fields with virStorageSourcePtr

2017-11-03 Thread John Ferlan
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