Re: [PATCH v4 23/24] target/arm: Implement FEAT_HAFDBS, dirty bit portion

2022-10-17 Thread Peter Maydell
On Tue, 11 Oct 2022 at 04:41, Richard Henderson wrote: > > Perform the atomic update for hardware management of the dirty bit. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu64.c | 2 +- > target/arm/ptw.c | 20 > 2 files changed, 21 insertions(+), 1 deletion(

[PATCH v4 23/24] target/arm: Implement FEAT_HAFDBS, dirty bit portion

2022-10-10 Thread Richard Henderson
Perform the atomic update for hardware management of the dirty bit. Signed-off-by: Richard Henderson --- target/arm/cpu64.c | 2 +- target/arm/ptw.c | 20 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index fe1369fe