Re: [PATCH 1/6] target/ppc: fix msgclr/msgsnd insns flags

2022-10-07 Thread Fabiano Rosas
Matheus Ferst writes: > On Power ISA v2.07, the category for these instructions became > "Embedded.Processor Control" or "Book S". > > Signed-off-by: Matheus Ferst Reviewed-by: Fabiano Rosas > --- > target/ppc/translate.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

[PATCH 1/6] target/ppc: fix msgclr/msgsnd insns flags

2022-10-06 Thread Matheus Ferst
On Power ISA v2.07, the category for these instructions became "Embedded.Processor Control" or "Book S". Signed-off-by: Matheus Ferst --- target/ppc/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/ppc/translate.c b/target/ppc/translate.c index