On Tue, Mar 14, 2023 at 5:53 PM Michal Privoznik <mprivozn@redhat.com> wrote:
v2 of:

https://listman.redhat.com/archives/libvir-list/2023-March/238536.html

diff to v1:
- Swapped arguments in virNumaCPUSetToNodeset()
- Other small nits
- typos

Michal Prívozník (15):
  virnuma: Move virNumaNodesetToCPUset() our of WITH_NUMACTL
  virnuma: Introduce virNumaCPUSetToNodeset()
  virnumamock: Introduce virNumaGetNodeOfCPU() mock
  qemuxml2argvtest: Use virnuma mock
  qemuxml2argvdata: Adjust maximum NUMA node used
  qemuxml2argvdata: Extend vCPUs placement in
    memory-hotplug-dimm-addr.xml
  qemuxml2argvmock: Drop virNuma* mocks
  qemu: Move cpuset preference evaluation into a separate function
  qemu: Fix qemuDomainGetEmulatorPinInfo()
  qemuBuildMemoryBackendProps: Join two conditions
  qemu: Add @nodemaskRet argument to qemuBuildMemoryBackendProps()
  qemu: Add @nodemask argument to qemuBuildThreadContextProps()
  qemuBuildThreadContextProps: Prune .node-affinity wrt <emulatorpin/>
  docs: Document memory allocation and emulator pinning limitation
  NEWS: Document recent thread-context bug fix


Reviewed-by: Kristina Hanicova <khanicov@redhat.com>

Kristina