summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCédric Le Goater2017-11-24 08:05:50 +0100
committerDavid Gibson2017-12-14 23:49:24 +0100
commit3fe4f0fc8530e9411819f02accf2d17c128061b0 (patch)
treebd659669a499f829a50676b9f82d01e8f27c81d6 /include
parentspapr/rtas: fix reboot of a a SMP TCG guest (diff)
downloadqemu-3fe4f0fc8530e9411819f02accf2d17c128061b0.tar.gz
qemu-3fe4f0fc8530e9411819f02accf2d17c128061b0.tar.xz
qemu-3fe4f0fc8530e9411819f02accf2d17c128061b0.zip
spapr/rtas: do not reset the MSR in stop-self command
When a CPU is stopped with the 'stop-self' RTAS call, its state 'halted' is switched to 1 and, in this case, the MSR is not taken into account anymore in the cpu_has_work() routine. Only the pending hardware interrupts are checked with their LPCR:PECE* enablement bit. The CPU is now also protected from the decrementer interrupt by the LPCR:PECE* bits which are disabled in the 'stop-self' RTAS call. Reseting the MSR is pointless. Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions