target/ppc: booke: Instruction storage exception cleanup
authorFabiano Rosas <farosas@linux.ibm.com>
Wed, 9 Feb 2022 08:08:55 +0000 (09:08 +0100)
committerCédric Le Goater <clg@kaod.org>
Wed, 9 Feb 2022 08:08:55 +0000 (09:08 +0100)
commitb583351d4b149980c07d7f7c26acc937d514783d
treea81984da9408cc53862e4851da2cb131bce6b2ca
parentafdbc869412637190a7d1e11c1b830ceebb6ffda
target/ppc: booke: Instruction storage exception cleanup

The SRR1 should be set to the MSR value. There are no diagnostic bits
in the SRR1 for BookE.

Note that this fixes a bug where MSR_GS would be set and Linux would
go into KVM code when there's no KVM guest.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Message-Id: <20220128224018.1228062-7-farosas@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/excp_helper.c