]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Partition cpu features
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:05:15 +0000 (16:05 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:12 +0000 (01:01 -0700)
commit554abe47c7b4b68c716edb68b8843f64490d7e55
tree61c44fff6455e2dd5fb4ec3b43845ff7f1a73237
parent5f25b383a8b76055607cabeb287a0b0e903da50c
target/sparc: Partition cpu features

In the sparc32 binaries, do not advertise features only available
to sparc64, so they cannot be enabled.  In the sparc64 binaries,
do not advertise features mandatory in v9, so they cannot be disabled.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/cpu.c