]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Clean up qemuDomainSecretPrepare
authorJohn Ferlan <jferlan@redhat.com>
Wed, 30 Aug 2017 19:40:58 +0000 (15:40 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 13 Sep 2017 10:22:52 +0000 (06:22 -0400)
commit23706c1708458d13be594e0424f46cab4e2f8b17
tree8b0e370b6f3a1dc6f360991efd56f3f607fb451c
parent13264dfd23a4d7268f11e63886f1b582211071eb
qemu: Clean up qemuDomainSecretPrepare

No need to pass a @driver parameter since all that's done is deref
the @cfg especially since the only caller can just pass an already
referenced @cfg.

Also, looks like commit id '0298531b' at one time had a different
name for the API, so I took the liberty of fixing the comments too
since I would already be updating them for the @cfg variable.
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c