aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2020-12-01 12:37:25 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2020-12-14 15:54:12 +1100
commit1b4ab51493f4e656a211bbb109f4cb621c598443 (patch)
treec28dc9c30dd5a622db28204ef971c3740661713f /hw/rtc
parent4e960974d4ee66bc03ed6ef4b1b1eb6234039417 (diff)
downloadqemu-1b4ab51493f4e656a211bbb109f4cb621c598443.zip
qemu-1b4ab51493f4e656a211bbb109f4cb621c598443.tar.gz
qemu-1b4ab51493f4e656a211bbb109f4cb621c598443.tar.bz2
spapr: Fix pre-2.10 dummy ICP hack
This hack registers dummy VMState entries of ICPs in order to support migration of old pseries machine types that used to create all smp.max_cpus possible ICPs at machine init. Part of the work is to unregister the dummy entries when plugging an actual vCPU core, and to register them back when unplugging the core. The code that unregisters the dummy ICPs in spapr_core_plug() is misplaced: if ppc_set_compat() fails afterwards, the hotplug operation will be cancelled and the dummy ICPs won't be registered back since the unplug handler isn't called. Unregister the dummy ICPs at the end of spapr_core_plug(). Signed-off-by: Greg Kurz <groug@kaod.org> Message-Id: <20201201113728.885700-2-groug@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/rtc')
0 files changed, 0 insertions, 0 deletions