Re: [libvirt] [PATCH v2 7/8] qemu: Introduce new Secret IV API's

2016-05-05 Thread Daniel P. Berrange
On Mon, May 02, 2016 at 05:51:14PM -0400, John Ferlan wrote: > New APIs: > > qemuDomainGetIVKeyAlias: > Generate/return the secret object alias for an initialization > vector (IV) secret info type. This will be saved in the secret > info block. This will be called from qemuDomainSecr

[libvirt] [PATCH v2 7/8] qemu: Introduce new Secret IV API's

2016-05-02 Thread John Ferlan
New APIs: qemuDomainGetIVKeyAlias: Generate/return the secret object alias for an initialization vector (IV) secret info type. This will be saved in the secret info block. This will be called from qemuDomainSecretIVSetup. qemuDomainSecretHaveEncrypt: Boolean function to determ