]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Split out network disk URI building
authorPeter Krempa <pkrempa@redhat.com>
Fri, 22 Jul 2016 08:07:24 +0000 (10:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 27 Jul 2016 11:33:10 +0000 (13:33 +0200)
commitccaaad62a8b0ffb48d91ad572933a1c605465242
tree165b9c60941b5a0bd358dc6c82960752688f5bfa
parentb8dc04a7742c2ebabf6922ac510389945ca0404b
qemu: command: Split out network disk URI building

Extract the code so that it can be called from multiple places. This
also removes a tricky fallthrough in the large switch in
qemuBuildNetworkDriveStr.
src/qemu/qemu_command.c