Re: [libvirt] [PATCH v2 4/4] qemu: Introduce qemuBuildMasterKeyCommandLine

2016-04-04 Thread Daniel P. Berrange
On Tue, Mar 29, 2016 at 07:11:36PM -0400, John Ferlan wrote: > If the -object secret capability exists, then get the path to the > masterKey file and provide that to qemu. Checking for the existence > of the file before passing to qemu could be done, but causes issues > in mock test environment. >

[libvirt] [PATCH v2 4/4] qemu: Introduce qemuBuildMasterKeyCommandLine

2016-03-29 Thread John Ferlan
If the -object secret capability exists, then get the path to the masterKey file and provide that to qemu. Checking for the existence of the file before passing to qemu could be done, but causes issues in mock test environment. Since the qemuDomainObjPrivate is not available when building the comm