]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf,qemu: Replace iscsisrc fields with virStorageSourcePtr
authorJohn Ferlan <jferlan@redhat.com>
Fri, 22 Sep 2017 19:18:22 +0000 (15:18 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 24 Nov 2017 16:47:26 +0000 (11:47 -0500)
commit626ea2d59637f354310ecabf5a7b0c42db9eb5f3
tree16637d38ec4e1f7779a48db46adb7c17deda113d
parent2814f66f281064477815065bf3ddc5f5cec82062
conf,qemu: Replace iscsisrc fields with virStorageSourcePtr

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.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_hotplug.c