]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move enum virMemAccess to the NUMA code and rename it
authorPeter Krempa <pkrempa@redhat.com>
Wed, 11 Feb 2015 14:40:27 +0000 (15:40 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Feb 2015 16:43:04 +0000 (17:43 +0100)
commita3673b225dc4a3c597a6784e67723511d2c977c2
treebb379f7f99d869100b7ccbeb73414041849165c6
parent6bc80fa86d2cfd8cccfb5f246e172d84956da961
conf: Move enum virMemAccess to the NUMA code and rename it

Name it virNumaMemAccess and add it to conf/numa_conf.[ch]

Note that to avoid a circular dependency the type of the NUMA cell
memAccess variable was changed to int. It will be turned back later
after the circular dependency will not exist.
src/conf/cpu_conf.c
src/conf/cpu_conf.h
src/conf/numa_conf.c
src/conf/numa_conf.h
src/qemu/qemu_command.c