]> xenbits.xensource.com Git - libvirt.git/commit
conf: Move numatune_conf to numa_conf
authorPeter Krempa <pkrempa@redhat.com>
Wed, 11 Feb 2015 09:08:35 +0000 (10:08 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Feb 2015 16:43:03 +0000 (17:43 +0100)
commitfcee64e73cae989ac5fb4e005f1e707abf03a128
treebe38019ba74bf80ff697880410475178d4699aad
parent81dd81e475c475b536eba08417a48a1e5210a265
conf: Move numatune_conf to numa_conf

For a while now there are two places that gather information about NUMA
related guest configuration. While the XML can't be changed we can at
least store the data in one place in the definition.

Rename the numatune_conf.[ch] files to numa_conf as later patches will
move the rest of the definitions from the cpu definition to this one.
po/POTFILES.in
src/Makefile.am
src/conf/domain_conf.h
src/conf/numa_conf.c [new file with mode: 0644]
src/conf/numa_conf.h [new file with mode: 0644]
src/conf/numatune_conf.c [deleted file]
src/conf/numatune_conf.h [deleted file]
src/libvirt_private.syms