libvirt/src/lxc
Peter Krempa 27cf98e2d1 virCaps: conf: start splitting out irrelevat data
The virCaps structure gathered a ton of irrelevant data over time that.
The original reason is that it was propagated to the XML parser
functions.

This patch aims to create a new data structure virDomainXMLConf that
will contain immutable data that are used by the XML parser. This will
allow two things we need:

1) Get rid of the stuff from virCaps

2) Allow us to add callbacks to check and add driver specific stuff
after domain XML is parsed.

This first attempt removes pointers to private data allocation functions
to this new structure and update all callers and function that require
them.
2013-03-13 09:27:14 +01:00
..
libvirtd_lxc.aug
lxc_cgroup.c Rename all USB device functions to have a standard name prefix 2013-02-05 19:22:25 +00:00
lxc_cgroup.h Rename all USB device functions to have a standard name prefix 2013-02-05 19:22:25 +00:00
lxc_conf.c virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00
lxc_conf.h virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00
lxc_container.c Convert HAVE_SELINUX to WITH_SELINUX 2013-03-11 11:42:21 +01:00
lxc_container.h Convert capabilities / domain_conf to use virArch 2012-12-18 16:53:03 +00:00
lxc_controller.c virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00
lxc_domain.c virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00
lxc_domain.h virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00
lxc_driver.c virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00
lxc_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_fuse.c Rename HAVE_FUSE to WITH_FUSE 2013-01-14 13:26:47 +00:00
lxc_fuse.h Rename HAVE_FUSE to WITH_FUSE 2013-01-14 13:26:47 +00:00
lxc_hostdev.c Convert virPCIDeviceList and virUSBDeviceList into virObjectLockable 2013-02-05 19:22:26 +00:00
lxc_hostdev.h Rename all USB device functions to have a standard name prefix 2013-02-05 19:22:25 +00:00
lxc_monitor_protocol.x Rename lxc_protocol.x to lxc_monitor_protocol.x 2013-01-08 09:21:08 +00:00
lxc_monitor.c Convert virDomainObj, qemuAgent, qemuMonitor, lxcMonitor to virObjectLockable 2013-01-16 11:02:58 +00:00
lxc_monitor.h Rename lxc_protocol.x to lxc_monitor_protocol.x 2013-01-08 09:21:08 +00:00
lxc_process.c virCaps: conf: start splitting out irrelevat data 2013-03-13 09:27:14 +01:00
lxc_process.h Refactor LXC NIC creation to allow reuse by hotplug code 2012-12-17 17:50:51 +00:00
lxc.conf Standardize whitespace used in example config files 2012-05-28 10:59:13 +01:00
test_libvirtd_lxc.aug.in Autogenerate augeas test case from default config files 2012-05-28 11:07:12 +01:00