libvirt/src/conf
Bharata B Rao 5f7b71b413 XML definitions for guest NUMA and parsing routines
This patch adds XML definitions for guest NUMA specification and contains
routines to parse the same. The guest NUMA specification looks like this:

<cpu>
        ...
        <topology sockets='2' cores='4' threads='2'/>
        <numa>
                <cell cpus='0-7' memory='512000'/>
                <cell cpus='8-15' memory='512000'/>
        </numa>
        ...
</cpu>

Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
2011-11-17 13:34:42 -07:00
..
capabilities.c snapshot: simplify indentation of cpu features 2011-10-20 16:56:28 -06:00
capabilities.h Fix default console type setting 2011-11-03 12:01:48 +00:00
cpu_conf.c XML definitions for guest NUMA and parsing routines 2011-11-17 13:34:42 -07:00
cpu_conf.h XML definitions for guest NUMA and parsing routines 2011-11-17 13:34:42 -07:00
domain_audit.c Avoid using "devname" as an identifier. 2011-09-16 20:49:04 +08:00
domain_audit.h snapshot: make it possible to audit external snapshot 2011-09-05 07:03:05 -06:00
domain_conf.c XML definitions for guest NUMA and parsing routines 2011-11-17 13:34:42 -07:00
domain_conf.h Split src/util/network.{c,h} into 5 pieces 2011-11-15 10:27:54 +00:00
domain_event.c startupPolicy: Emit event on disk source dropping 2011-10-25 09:27:10 +02:00
domain_event.h startupPolicy: Emit event on disk source dropping 2011-10-25 09:27:10 +02:00
domain_nwfilter.c nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
domain_nwfilter.h nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
interface_conf.c xml: Clean up rest of virtual XML document names for XML strings 2011-09-14 09:09:04 -06:00
interface_conf.h interface: implement a test driver for network config transaction API. 2011-05-27 14:34:13 -04:00
netdev_bandwidth_conf.c Split src/util/network.{c,h} into 5 pieces 2011-11-15 10:27:54 +00:00
netdev_bandwidth_conf.h Split src/util/network.{c,h} into 5 pieces 2011-11-15 10:27:54 +00:00
netdev_vport_profile_conf.c Split src/util/network.{c,h} into 5 pieces 2011-11-15 10:27:54 +00:00
netdev_vport_profile_conf.h Split src/util/network.{c,h} into 5 pieces 2011-11-15 10:27:54 +00:00
network_conf.c Split src/util/network.{c,h} into 5 pieces 2011-11-15 10:27:54 +00:00
network_conf.h Split src/util/network.{c,h} into 5 pieces 2011-11-15 10:27:54 +00:00
node_device_conf.c xml: Clean up rest of virtual XML document names for XML strings 2011-09-14 09:09:04 -06:00
node_device_conf.h pci: Move some pci sriov helper code out of node device driver to util/pci 2011-08-16 11:59:00 -04:00
nwfilter_conf.c Santize naming of socket address APIs 2011-11-09 17:10:23 +00:00
nwfilter_conf.h Split src/util/network.{c,h} into 5 pieces 2011-11-15 10:27:54 +00:00
nwfilter_params.c snapshot: simplify indentation of nwfilter 2011-10-26 11:07:38 -06:00
nwfilter_params.h snapshot: simplify indentation of nwfilter 2011-10-26 11:07:38 -06:00
secret_conf.c secret: fix bad patch application 2011-10-28 12:55:04 -06:00
secret_conf.h secret: add Ceph secret type 2011-10-28 11:34:17 -06:00
storage_conf.c Fix storage pool source comparison to avoid comparing with self 2011-11-01 11:13:29 +00:00
storage_conf.h storage: make previous leak less likely to regress 2011-10-24 19:42:49 -06:00
storage_encryption_conf.c snapshot: simplify indentation of disk encryption xml 2011-10-26 11:14:43 -06:00
storage_encryption_conf.h snapshot: simplify indentation of disk encryption xml 2011-10-26 11:14:43 -06:00