Re: [libvirt] [PATCH v2 3/8] qemu: Move qemuDomainSecretPrepare to qemuProcessPrepareDomain

2016-05-05 Thread Daniel P. Berrange
On Mon, May 02, 2016 at 05:51:10PM -0400, John Ferlan wrote: > Commit id '40d8e2ba3' added the function to qemuProcessStart because > in order to set up some secrets in the future we will need the master > key. However, since the previous patch split the master key creation > into two parts (create

[libvirt] [PATCH v2 3/8] qemu: Move qemuDomainSecretPrepare to qemuProcessPrepareDomain

2016-05-02 Thread John Ferlan
Commit id '40d8e2ba3' added the function to qemuProcessStart because in order to set up some secrets in the future we will need the master key. However, since the previous patch split the master key creation into two parts (create just the key and create the file), we can now call qemuDomainSecretP