]> git.ipfire.org Git - thirdparty/libvirt.git/commit
XML definitions for guest NUMA and parsing routines
authorBharata B Rao <bharata@linux.vnet.ibm.com>
Fri, 11 Nov 2011 12:51:45 +0000 (18:21 +0530)
committerEric Blake <eblake@redhat.com>
Thu, 17 Nov 2011 20:34:42 +0000 (13:34 -0700)
commit5f7b71b413e42b8bfbae7776c59aaf983caedc3c
tree7af24fef1222849fdeabbac24c7dfe85b86d6e82
parentc74b97156f9355185391856a02bbb27d98a25ba4
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>
AUTHORS
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/cpu_conf.c
src/conf/cpu_conf.h
src/conf/domain_conf.c