Re: [libvirt] [PATCHv4 1/3] qemu, conf: Rename virNumaMemAccess to virDomainMemoryAccess

2017-01-28 Thread Michal Privoznik
On 13.12.2016 13:12, Jaroslav Safka wrote: > 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| 15 +++

[libvirt] [PATCHv4 1/3] qemu, conf: Rename virNumaMemAccess to virDomainMemoryAccess

2016-12-13 Thread Jaroslav Safka
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| 15 --- src/conf/numa_conf.h| 14 +++---