]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Inline qemuGetHostdevPath
authorJohn Ferlan <jferlan@redhat.com>
Tue, 16 Jun 2015 15:34:06 +0000 (11:34 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 9 Jul 2015 10:48:05 +0000 (06:48 -0400)
commit3830795318d972dcce615748ef8558011c8b11bf
treef0bb69ae435b9eb6e49c4775b539aca6ddd47756
parentf6a5cbbfdcd1cd5354de40c923968235951dc879
qemu: Inline qemuGetHostdevPath

Since a future patch will need the device path generated when adding a
shared host device, remove the qemuAddSharedHostdev and inline the two
calls into qemuAddSharedHostdev and qemuRemoveSharedHostdev

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_conf.c