Re: [PATCH 5/9] target/sparc: implement asr17 feature for smp

2024-01-09 Thread Richard Henderson
On 1/5/24 21:24, Clément Chigot wrote: This allows the guest program to know its cpu id. Co-developed-by: Frederic Konrad Signed-off-by: Clément Chigot --- target/sparc/helper.c| 16 target/sparc/helper.h| 1 + target/sparc/translate.c | 13 +++-- 3 files c

[PATCH 5/9] target/sparc: implement asr17 feature for smp

2024-01-05 Thread Clément Chigot
This allows the guest program to know its cpu id. Co-developed-by: Frederic Konrad Signed-off-by: Clément Chigot --- target/sparc/helper.c| 16 target/sparc/helper.h| 1 + target/sparc/translate.c | 13 +++-- 3 files changed, 20 insertions(+), 10 deletions(-)