]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/sbsa-ref.c
hw/arm: Validate cluster and NUMA node boundary
authorGavin Shan <gshan@redhat.com>
Tue, 9 May 2023 00:27:38 +0000 (10:27 +1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Jun 2023 08:23:01 +0000 (10:23 +0200)
commitfecff672351ace5e39adf7dbcf7a8ee748b201cb
treec5eb1504e887f64d31a2505e9c870758e574533d
parenta494fdb715832000ee9047a549a35aacfea8175e
hw/arm: Validate cluster and NUMA node boundary

There are two ARM machines where NUMA is aware: 'virt' and 'sbsa-ref'.
Both of them are required to follow cluster-NUMA-node boundary. To
enable the validation to warn about the irregular configuration where
multiple CPUs in one cluster have been associated with different NUMA
nodes.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230509002739.18388-3-gshan@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/arm/sbsa-ref.c
hw/arm/virt.c