]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/helper.h
target/sparc: implement asr17 feature for smp
authorClément Chigot <chigot@adacore.com>
Wed, 31 Jan 2024 08:50:43 +0000 (09:50 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 15:58:46 +0000 (16:58 +0100)
commitc92948f22b0ef62d7b5a6a73e943a110f761273b
treeb1aae4abcc295ed34986e956ad0d9801c1d8cacb
parent0fa5cd4a6016c0dc13c2882f63b58787cf3283bb
target/sparc: implement asr17 feature for smp

This allows the guest program to know its cpu id.

Co-developed-by: Frederic Konrad <konrad.frederic@yahoo.fr>
Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240131085047.18458-6-chigot@adacore.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/sparc/helper.c
target/sparc/helper.h
target/sparc/translate.c