]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce virDomainChrSourceDefNew for virDomainChrDefPtr
authorJohn Ferlan <jferlan@redhat.com>
Fri, 21 Oct 2016 11:45:54 +0000 (07:45 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 21 Oct 2016 18:03:36 +0000 (14:03 -0400)
commit77a12987a483793442b0f7d779dfd9597190af9b
treebab0514ae7500868c6c5cdfcbd38d0b4d11cad9a
parent931864a3eaab1e82ef7af89d16b6836719f96262
Introduce virDomainChrSourceDefNew for virDomainChrDefPtr

Change the virDomainChrDef to use a pointer to 'source' and allocate
that pointer during virDomainChrDefNew.

This has tremendous "fallout" in the rest of the code which mainly
has to change source.$field to source->$field.

Signed-off-by: John Ferlan <jferlan@redhat.com>
31 files changed:
src/bhyve/bhyve_command.c
src/bhyve/bhyve_driver.c
src/bhyve/bhyve_parse_command.c
src/conf/domain_audit.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libxl/libxl_conf.c
src/libxl/libxl_domain.c
src/libxl/libxl_driver.c
src/lxc/lxc_driver.c
src/lxc/lxc_native.c
src/lxc/lxc_process.c
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_parse_command.c
src/qemu/qemu_process.c
src/security/security_dac.c
src/security/security_selinux.c
src/security/virt-aa-helper.c
src/uml/uml_conf.c
src/uml/uml_driver.c
src/vbox/vbox_common.c
src/vmx/vmx.c
src/vz/vz_sdk.c
src/xen/xen_driver.c
src/xenconfig/xen_sxpr.c
src/xenconfig/xen_xl.c
tests/securityselinuxlabeltest.c