]> xenbits.xensource.com Git - libvirt.git/commit
Internal refactory of data structures
authorMarcelo Cerri <mhcerri@linux.vnet.ibm.com>
Wed, 15 Aug 2012 22:10:35 +0000 (19:10 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 20 Aug 2012 17:13:33 +0000 (19:13 +0200)
commit6c3cf57d6cb27cf10064baf8cca0f396ec5d8061
treee1a5159f3a49e59814325dbe131917dab031591b
parentb6ad2c2334398ba45a6011af7527478d3455e3cc
Internal refactory of data structures

This patch updates the structures that store information about each
domain and each hypervisor to support multiple security labels and
drivers. It also updates all the remaining code to use the new fields.

Signed-off-by: Marcelo Cerri <mhcerri@linux.vnet.ibm.com>
14 files changed:
src/conf/capabilities.c
src/conf/capabilities.h
src/conf/domain_audit.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/lxc/lxc_conf.c
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/lxc/lxc_process.c
src/qemu/qemu_driver.c
src/qemu/qemu_process.c
src/security/security_manager.c
src/security/security_selinux.c
src/test/test_driver.c