]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: conf: Split up qemuAddSharedDevice 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)
commitb2199f90848166bfbac23d45ff06742a00a798c9
treeccf49335aa80038f3fd6362080432323b453b51f
parent3f131ebf6232d31391a7d834eeb3469ced873868
qemu: conf: Split up qemuAddSharedDevice into per-device-type functions

Adding 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