]> xenbits.xensource.com Git - qemu-xen.git/commit
accel/nvmm: Use accel-specific per-vcpu @dirty field
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 24 Apr 2024 16:16:49 +0000 (18:16 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 15:02:56 +0000 (17:02 +0200)
commit79f1926b2dfa25ac47adbdc0748dc5f951b55ac5
treebf448e93b8f752f2bd5c2f7d58ae9cb610dd7f7c
parent9ad49538c7b7c0672110994d81d687ed42bf3ef4
accel/nvmm: Use accel-specific per-vcpu @dirty field

NVMM has a specific use of the CPUState::vcpu_dirty field
(CPUState::vcpu_dirty is not used by common code).
To make this field accel-specific, add and use a new
@dirty variable in the AccelCPUState structure.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240424174506.326-3-philmd@linaro.org>
target/i386/nvmm/nvmm-all.c