On 7/1/25 08:39, Philippe Mathieu-Daudé 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>
---
  target/i386/whpx/whpx-all.c | 23 +++++++++++------------
  1 file changed, 11 insertions(+), 12 deletions(-)
...
@@ -2226,7 +2225,7 @@ int whpx_init_vcpu(CPUState *cpu)
      }
vcpu->interruptable = true;
-    vcpu->dirty = true;
+    vcpu->vcpu_dirty = true;

cpu->vcpu_dirty

Otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to