]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Change protocol parameter for secret setup
authorJohn Ferlan <jferlan@redhat.com>
Thu, 2 Jun 2016 18:15:54 +0000 (14:15 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 24 Jun 2016 17:23:02 +0000 (13:23 -0400)
commit23c5f1b0a17e8d9441ff587bafb738b761035446
treed161d91831263f015b76fc2a6cc150e59ab88db3
parente6806d793817fee19432173b1a69905b23dad31b
qemu: Change protocol parameter for secret setup

Rather than assume/pass the protocol to the qemuDomainSecretPlainSetup
and qemuDomainSecretAESSetup, set and pass the secretUsageType based
on the src->protocol type. This will eventually be used by the
virSecretGetSecretString call

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