spapr: Correct compatibility mode setting for hotplugged CPUs
commit51f84465dd985fc21589b2eac1f18658fc9783e9
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 4 Jan 2018 03:33:21 +0000 (4 14:33 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 10 Jan 2018 01:53:00 +0000 (10 12:53 +1100)
treee5b52cbf697fcd51effc429d346536d2389fb7fa
parenta7167668898d1a7dbb717fe1e6d5615bd229827c
spapr: Correct compatibility mode setting for hotplugged CPUs

Currently the pseries machine sets the compatibility mode for the
guest's cpus in two places: 1) at machine reset and 2) after CAS
negotiation.

This means that if we set or negotiate a compatiblity mode, then
hotplug a cpu, the hotplugged cpu doesn't get the right mode set and
will incorrectly have the full native features.

To correct this, we set the compatibility mode on a cpu when it is
brought online with the 'start-cpu' RTAS call.  Given that we no
longer need to set the compatibility mode on all CPUs at machine
reset, so we change that to only set the mode for the boot cpu.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reported-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Tested-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
hw/ppc/spapr.c
hw/ppc/spapr_rtas.c