]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuDomainChardevPrivatePtr
authorJohn Ferlan <jferlan@redhat.com>
Fri, 17 Jun 2016 10:36:11 +0000 (06:36 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 19 Oct 2016 19:40:29 +0000 (15:40 -0400)
commit5f2a132786da3727349a168418dce9cb3e0e54a2
treea8c9aa11cfd3d457fcbad6a2413fe7de27892c6a
parent3b668bb51ad0ed7f95fef0b0afafed47937c1495
qemu: Introduce qemuDomainChardevPrivatePtr

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>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libxl/libxl_domain.c
src/lxc/lxc_native.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_parse_command.c
src/vz/vz_sdk.c
src/xenconfig/xen_sxpr.c
src/xenconfig/xen_xl.c