mbox series

[v1,0/2] spapr.c: add 'name' property for hotplugged CPUs nodes

Message ID 20210120232305.241521-1-danielhb413@gmail.com (mailing list archive)
Headers show
Series spapr.c: add 'name' property for hotplugged CPUs nodes | expand

Message

Daniel Henrique Barboza Jan. 20, 2021, 11:23 p.m. UTC
Hi,

We're not adding the 'name' property in the hotplugged CPU nodes, and
this is being reflected in the kernel in a CPU hotunplug bug. See
patch 02 for more info. 


Daniel Henrique Barboza (2):
  spapr.c: use g_auto* with 'nodename' in CPU DT functions
  spapr.c: add 'name' property for hotplugged CPUs nodes

 hw/ppc/spapr.c | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)