On Thu, Jul 03, 2025 at 07:32:24PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:24 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v6 18/39] accel/hvf: Replace @dirty field by generic > CPUState::vcpu_dirty field > X-Mailer: git-send-email 2.49.0 > > 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: Zhao Liu <zhao1....@intel.com>