We want CPUState to only contain fields used by common code. Start using a specific @dirty field for HVF/NVMM/WHPX (TCG then KVM will follow).
Philippe Mathieu-Daudé (3): accel/whpx: Use accel-specific per-vcpu @dirty field accel/nvmm: Use accel-specific per-vcpu @dirty field accel/hvf: Use accel-specific per-vcpu @dirty field include/hw/core/cpu.h | 3 +-- include/sysemu/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 +- target/i386/nvmm/nvmm-all.c | 21 +++++++++++---------- target/i386/whpx/whpx-all.c | 23 ++++++++++++----------- 8 files changed, 35 insertions(+), 33 deletions(-) -- 2.41.0