Re: [libvirt] [PATCH v2 6/8] qemu: Introduce qemuDomainSecretIV

2016-05-05 Thread Daniel P. Berrange
On Mon, May 02, 2016 at 05:51:13PM -0400, John Ferlan wrote: > Add the data structure and infrastructure to support an initialization > vector (IV) secrets. The IV secret generation will need to have access > to the domain private master key, so let's make sure the prepare disk > and hostdev functi

[libvirt] [PATCH v2 6/8] qemu: Introduce qemuDomainSecretIV

2016-05-02 Thread John Ferlan
Add the data structure and infrastructure to support an initialization vector (IV) secrets. The IV secret generation will need to have access to the domain private master key, so let's make sure the prepare disk and hostdev functions can accept that now. Anywhere that needs to make a decision over