]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu, conf: Rename virNumaMemAccess to virDomainMemoryAccess
authorJaroslav Safka <jaroslavx.safka@intel.com>
Thu, 2 Feb 2017 13:27:30 +0000 (13:27 +0000)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 9 Feb 2017 13:27:19 +0000 (14:27 +0100)
commit7c0c5f6d4be228f2c2fb7ab181a0b413bdae0229
tree6e08c69d57548be7190a3360c0ae9d09f7016d04
parentc3ee75e5aa26a359309599796a5a13efccfc974c
qemu, conf: Rename virNumaMemAccess to virDomainMemoryAccess

Rename to avoid duplicate code. Because virDomainMemoryAccess will be
used in memorybacking for setting default behaviour.

NOTE: The enum cannot be moved to qemu/domain_conf because of headers
dependency
src/conf/numa_conf.c
src/conf/numa_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_process.c