]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove unnecessary cfg fetch/unref
authorJohn Ferlan <jferlan@redhat.com>
Mon, 17 Oct 2016 14:44:11 +0000 (10:44 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 17 Oct 2016 19:38:32 +0000 (15:38 -0400)
commita99d9082ac00f7ca544f1d86abda20be3f688c68
treeda8b231e157ece841bbf65c082cdef4876b0c771
parent61e101437bd5bdeedf843cd5bc7a4950684d905f
qemu: Remove unnecessary cfg fetch/unref

qemuProcessPrepareDomain has no need to fetch/unref the cfg, so remove it.

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