Re: [PATCH v6 06/14] target/arm: Add ARMFault_UnsuppAtomicUpdate

2022-10-24 Thread Alex Bennée
Richard Henderson writes: > 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. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v6 06/14] target/arm: Add ARMFault_UnsuppAtomicUpdate

2022-10-23 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. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/internals.h | 4 1 file changed, 4 insertions(+) diff --git a/