> On 2 Jul 2025, at 20.52, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > No need for accel-specific @dirty field when we have > a generic one in CPUState. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/system/hvf_int.h | 1 - > accel/hvf/hvf-accel-ops.c | 10 +++++----- > target/arm/hvf/hvf.c | 4 ++-- > target/i386/hvf/hvf.c | 4 ++-- > target/i386/hvf/x86hvf.c | 2 +- > 5 files changed, 10 insertions(+), 11 deletions(-) >
Reviewed-by: Mads Ynddal <m...@ynddal.dk>