Re: [PATCH] target/ppc: mtmsrd is an illegal instruction on BookE

2021-07-07 Thread David Gibson
On Tue, Jul 06, 2021 at 03:13:21PM +1000, Nicholas Piggin wrote: > MSR is a 32-bit register in BookE and there is no mtmsrd instruction. > > Cc: Christian Zigotzky > Signed-off-by: Nicholas Piggin Applied to ppc-for-6.1, thanks. > --- > target/ppc/translate.c | 5 + > 1 file changed, 5 in

[PATCH] target/ppc: mtmsrd is an illegal instruction on BookE

2021-07-05 Thread Nicholas Piggin
MSR is a 32-bit register in BookE and there is no mtmsrd instruction. Cc: Christian Zigotzky Signed-off-by: Nicholas Piggin --- target/ppc/translate.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/ppc/translate.c b/target/ppc/translate.c index f65d1e81ea..d1f482b0f3 100644 ---