Re: [libvirt] [PATCH v2 04/12] qemu: Introduce qemuDomainSecretHostdevPrepare and Destroy

2016-04-28 Thread John Ferlan
On 04/27/2016 07:05 PM, Cole Robinson wrote: > On 04/16/2016 10:17 AM, John Ferlan wrote: >> Similar to the qemuDomainSecretDiskPrepare, generate the secret >> for the Hostdev's prior to call qemuProcessLaunch which calls >> qemuBuildCommandLine. Additionally, since the secret is not longer >> ad

Re: [libvirt] [PATCH v2 04/12] qemu: Introduce qemuDomainSecretHostdevPrepare and Destroy

2016-04-27 Thread Cole Robinson
On 04/16/2016 10:17 AM, John Ferlan wrote: > Similar to the qemuDomainSecretDiskPrepare, generate the secret > for the Hostdev's prior to call qemuProcessLaunch which calls > qemuBuildCommandLine. Additionally, since the secret is not longer > added as part of building the command, the hotplug code

[libvirt] [PATCH v2 04/12] qemu: Introduce qemuDomainSecretHostdevPrepare and Destroy

2016-04-16 Thread John Ferlan
Similar to the qemuDomainSecretDiskPrepare, generate the secret for the Hostdev's prior to call qemuProcessLaunch which calls qemuBuildCommandLine. Additionally, since the secret is not longer added as part of building the command, the hotplug code will need to make the call to add the secret in th