qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH 0/3] spapr: fix cpu core hotunplug call flow


From: Igor Mammedov
Subject: [Qemu-ppc] [PATCH 0/3] spapr: fix cpu core hotunplug call flow
Date: Thu, 2 Feb 2017 16:02:32 +0100

Make cpu core hotunplug use the same (expected)
unplug_request/unplug call flow like spapr memory unplug
and mem/cpu unplug on x86.

While doing it separate internal cpu core handling and
machine wiring code and move machine related callbacks
close to related machine code in spapr.c.

Series applies on top of tags/ppc-for-2.9-20170202 pull req.

repo for testing:
  address@hidden:imammedo/qemu.git spapr_cpu_unplug_cleanup

CC: David Gibson <address@hidden> (supporter:sPAPR)
CC: Alexander Graf <address@hidden> (supporter:sPAPR)
CC: address@hidden 
CC: Bharata B Rao <address@hidden>

Igor Mammedov (3):
  spapr: cpu core: separate child threads destruction from machine state
    operations
  spapr: move spapr_core_[foo]plug() callbacks close to machine code in
    spapr.c
  spapr: make cpu core unplug follow expected hotunplug call flow

 include/hw/ppc/spapr_cpu_core.h |   6 --
 hw/ppc/spapr.c                  | 150 +++++++++++++++++++++++++++++++++++++++-
 hw/ppc/spapr_cpu_core.c         | 137 +-----------------------------------
 3 files changed, 151 insertions(+), 142 deletions(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]