]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement FEAT_S2FWB
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 5 May 2022 18:39:49 +0000 (19:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 May 2022 15:19:02 +0000 (16:19 +0100)
commit8c7e17ef389699fd392e8613e144816b90af3a3a
tree5f5034e408f9392d7d38ec656413b4150b3b38fa
parent4a0b47c8150d3ac0a90f470191d64a3b199e6269
target/arm: Implement FEAT_S2FWB

Implement the handling of FEAT_S2FWB; the meat of this is in the new
combined_attrs_fwb() function which combines S1 and S2 attributes
when HCR_EL2.FWB is set.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220505183950.2781801-4-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/helper.c