Re: [PATCH v3 36/42] target/arm: Add ARMFault_UnsuppAtomicUpdate

2022-10-07 Thread Peter Maydell
On Sat, 1 Oct 2022 at 17:47, Richard Henderson wrote: > > This fault type is to be used with FEAT_HAFDBS when > the guest enables hw updates, but places the tables > in memory where atomic updates are unsupported. > > Signed-off-by: Richard Henderson > --- > target/arm/internals.h | 4 > 1

[PATCH v3 36/42] target/arm: Add ARMFault_UnsuppAtomicUpdate

2022-10-01 Thread Richard Henderson
This fault type is to be used with FEAT_HAFDBS when the guest enables hw updates, but places the tables in memory where atomic updates are unsupported. Signed-off-by: Richard Henderson --- target/arm/internals.h | 4 1 file changed, 4 insertions(+) diff --git a/target/arm/internals.h