Re: [PATCH v2 09/12] target/ppc: Add SMT support to PTCR SPR

2024-05-21 Thread Miles Glenn
Reviewed-by: Glenn Miles Thanks, Glenn On Tue, 2024-05-21 at 11:30 +1000, Nicholas Piggin wrote: > PTCR is a per-core register. > > Signed-off-by: Nicholas Piggin > --- > target/ppc/misc_helper.c | 16 ++-- > target/ppc/translate.c | 4 > 2 files changed, 18 insertions(+)

[PATCH v2 09/12] target/ppc: Add SMT support to PTCR SPR

2024-05-20 Thread Nicholas Piggin
PTCR is a per-core register. Signed-off-by: Nicholas Piggin --- target/ppc/misc_helper.c | 16 ++-- target/ppc/translate.c | 4 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/target/ppc/misc_helper.c b/target/ppc/misc_helper.c index 6f419c9346..a67930d031 100