On 6/8/25 22:44, Andrea Righi via Devel wrote:
Introduce the definition of a new acpi-generic-initiator object that
can
be used to link a PCI device with multiple NUMA nodes.
Link:
https://mail.gnu.org/archive/html/qemu-arm/2024-03/msg00358.html
Signed-off-by: Andrea Righi <arighi(a)nvidia.com>
---
src/conf/domain_conf.c | 26 ++++++++++++++++++++++++++
src/conf/domain_conf.h | 13 +++++++++++++
src/conf/schemas/domaincommon.rng | 19 +++++++++++++++++++
src/conf/virconftypes.h | 2 ++
4 files changed, 60 insertions(+)
This could have been merged with the next patch. Especially since the
next patch removes couple of lines from this patch.
Michal