[PATCH 0/2] qemu: Treat memory device source nodemask as strict NUMA policy

Michal Privoznik via Devel posted 2 patches 1 week, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1764768417.git.mprivozn@redhat.com
src/qemu/qemu_command.c                       |  6 ++
...-hotplug-numa-preferred.x86_64-latest.args | 44 ++++++++++++
...y-hotplug-numa-preferred.x86_64-latest.xml |  1 +
.../memory-hotplug-numa-preferred.xml         | 68 +++++++++++++++++++
tests/qemuxmlconftest.c                       |  1 +
5 files changed, 120 insertions(+)
create mode 100644 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.x86_64-latest.args
create mode 120000 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.x86_64-latest.xml
create mode 100644 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.xml
[PATCH 0/2] qemu: Treat memory device source nodemask as strict NUMA policy
Posted by Michal Privoznik via Devel 1 week, 1 day ago
*** BLURB HERE ***

Michal Prívozník (2):
  qemuxmlconftest: Introduce memory-hotplug-numa-preferred test case
  qemu: Treat memory device source nodemask as strict NUMA policy

 src/qemu/qemu_command.c                       |  6 ++
 ...-hotplug-numa-preferred.x86_64-latest.args | 44 ++++++++++++
 ...y-hotplug-numa-preferred.x86_64-latest.xml |  1 +
 .../memory-hotplug-numa-preferred.xml         | 68 +++++++++++++++++++
 tests/qemuxmlconftest.c                       |  1 +
 5 files changed, 120 insertions(+)
 create mode 100644 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.x86_64-latest.args
 create mode 120000 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.x86_64-latest.xml
 create mode 100644 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.xml

-- 
2.51.2

Re: [PATCH 0/2] qemu: Treat memory device source nodemask as strict NUMA policy
Posted by Ján Tomko via Devel 3 days, 17 hours ago
On a Wednesday in 2025, Michal Privoznik via Devel wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (2):
>  qemuxmlconftest: Introduce memory-hotplug-numa-preferred test case
>  qemu: Treat memory device source nodemask as strict NUMA policy
>
> src/qemu/qemu_command.c                       |  6 ++
> ...-hotplug-numa-preferred.x86_64-latest.args | 44 ++++++++++++
> ...y-hotplug-numa-preferred.x86_64-latest.xml |  1 +
> .../memory-hotplug-numa-preferred.xml         | 68 +++++++++++++++++++
> tests/qemuxmlconftest.c                       |  1 +
> 5 files changed, 120 insertions(+)
> create mode 100644 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.x86_64-latest.args
> create mode 120000 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.x86_64-latest.xml
> create mode 100644 tests/qemuxmlconfdata/memory-hotplug-numa-preferred.xml
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano