]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: conf: Split up qemuRemoveSharedDevice into per-device-type functions
authorPeter Krempa <pkrempa@redhat.com>
Thu, 7 Aug 2014 13:20:40 +0000 (15:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 20 Aug 2014 07:28:04 +0000 (09:28 +0200)
commitf05de1ef2731f017c28d91a0bf2f24a699321e75
tree6ee274a699ecff8fc1ea181828a2afd7b15dbb5a
parentb2199f90848166bfbac23d45ff06742a00a798c9
qemu: conf: Split up qemuRemoveSharedDevice into per-device-type functions

Removing a shared device needs special steps for disks and hostdevs.
Instead of having one function dealing this split the code into two
separate functions that can be used with better granularity.
src/qemu/qemu_conf.c