]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuDomainHostdevPrivatePtr
authorJohn Ferlan <jferlan@redhat.com>
Wed, 6 Apr 2016 13:46:49 +0000 (09:46 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 2 May 2016 10:10:19 +0000 (06:10 -0400)
commit27726d8c214b69d4d55ff81c0392438c0a4cb2df
tree73608b66c1f70f35e646aee246bf6c4a5465a96f
parent40d8e2ba37163a86d072452774b098b12c918c7e
qemu: Introduce qemuDomainHostdevPrivatePtr

Modeled after the qemuDomainDiskPrivatePtr logic, create a privateData
pointer in the _virDomainHostdevDef to allow storage of private data
for a hypervisor in order to at least temporarily store auth/secrets
data for usage during qemuBuildCommandLine.

NB: Since the qemu_parse_command (qemuParseCommandLine) code is not
expecting to restore the auth/secret data, there's no need to add
code to handle this new structure there.

Updated copyrights for modules touched. Some didn't have updates in a
couple years even though changes have been made.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/lxc/lxc_native.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_parse_command.c
src/vbox/vbox_common.c
src/xenconfig/xen_common.c
src/xenconfig/xen_sxpr.c
tests/virhostdevtest.c