mbox series

[0/2] pseries: SMP sockets must match NUMA nodes

Message ID 20210319183453.4466-1-danielhb413@gmail.com (mailing list archive)
Headers show
Series pseries: SMP sockets must match NUMA nodes | expand

Message

Daniel Henrique Barboza March 19, 2021, 6:34 p.m. UTC
Hi,

The main change made in this series, in patch 01, is result of
discussions with the kernel community. See the commit message
for more details.

Patch 02 is a second version of the patch sent in [1], but now the
changes are only effective for the default pseries machine. It's being
sent/reported together with patch 01 since they 'share history'.


[1] https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg04029.html


Daniel Henrique Barboza (2):
  spapr: number of SMP sockets must be equal to NUMA nodes
  spapr.c: remove 'ibm,chip-id' from DT

 hw/ppc/spapr.c                 | 10 +++++--
 hw/ppc/spapr_numa.c            |  7 +++++
 include/hw/ppc/spapr.h         |  1 +
 tests/qtest/cpu-plug-test.c    |  4 +--
 tests/qtest/device-plug-test.c |  9 +++++-
 tests/qtest/numa-test.c        | 52 ++++++++++++++++++++++++++++------
 6 files changed, 69 insertions(+), 14 deletions(-)