]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Use CPU_FEATURE_BIT_* for cpu properties
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 16 Oct 2023 00:08:53 +0000 (17:08 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:12 +0000 (01:01 -0700)
commitde1f52032fac58b23b85dc24b95df5fed5b10b1c
tree5a2f1b7580798abc6fd6442b1607eb0e0a8e793b
parentbd7ff659a76ff541c2674e4a48e06e3b047776d0
target/sparc: Use CPU_FEATURE_BIT_* for cpu properties

Use symbols not integer constants for the bit positions.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/cpu.c