vcpu_dirty: share the same field in CPUState for all accelerators
commit99f318322e7bf11a95149aa66d1758568dd53f8a
authorSergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
Sun, 18 Jun 2017 19:11:01 +0000 (18 14:11 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Jul 2017 12:30:03 +0000 (4 14:30 +0200)
tree9c4183f9a59c102b2b74ca3226168c14835bd78f
parent0c7a8b9baa744ae4323bb46cb4fe942355beaa85
vcpu_dirty: share the same field in CPUState for all accelerators

This patch simply replaces the separate boolean field in CPUState that
kvm, hax (and upcoming hvf) have for keeping track of vcpu dirtiness
with a single shared field.

Signed-off-by: Sergio Andres Gomez Del Real <Sergio.G.DelReal@gmail.com>
Message-Id: <20170618191101.3457-1-Sergio.G.DelReal@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/kvm/kvm-all.c
include/qom/cpu.h
target/i386/hax-all.c
target/mips/kvm.c