Re: [PATCH 3/4] target/arm: Implement FEAT_S2FWB

2022-05-06 Thread Richard Henderson
On 5/5/22 13:39, Peter Maydell wrote: 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 --- target/arm/cpu.h| 5 +++ target/arm/helper.c | 84 +++

[PATCH 3/4] target/arm: Implement FEAT_S2FWB

2022-05-05 Thread Peter Maydell
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 --- target/arm/cpu.h| 5 +++ target/arm/helper.c | 84 +++-- 2