
17 Oct
2016
17 Oct
'16
11:07 a.m.
On Fri, Oct 14, 2016 at 04:23:06PM -0400, John Ferlan wrote:
Modeled after the qemuDomainHostdevPrivatePtr (commit id '27726d8c'), create a privateData pointer in the _virDomainChardevDef to allow storage of private data for a hypervisor in order to at least temporarily store secret data for usage during qemuBuildCommandLine.
NB: Since the qemu_parse_command (qemuParseCommandLine) code is not expecting to restore the secret data, there's no need to add code code to handle this new structure there.
Signed-off-by: John Ferlan <jferlan@redhat.com> ---
ACK Pavel