Re: [PATCH v1 6/7] spapr.c: introduce spapr_core_unplug_possible()

2021-01-14 Thread David Gibson
On Thu, Jan 14, 2021 at 03:06:27PM -0300, Daniel Henrique Barboza wrote: > Next patch is going to add more conditions to allow a CPU core > hotunplug. Let's put it into a separated function to avoid crowding > the body of spapr_core_unplug_request(). > > Signed-off-by: Daniel Henrique Barboza LG

[PATCH v1 6/7] spapr.c: introduce spapr_core_unplug_possible()

2021-01-14 Thread Daniel Henrique Barboza
Next patch is going to add more conditions to allow a CPU core hotunplug. Let's put it into a separated function to avoid crowding the body of spapr_core_unplug_request(). Signed-off-by: Daniel Henrique Barboza --- hw/ppc/spapr.c | 27 --- 1 file changed, 20 insertions(+)