commit | 99f318322e7bf11a95149aa66d1758568dd53f8a | [log] [tgz] |
---|---|---|
author | Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> | Sun Jun 18 14:11:01 2017 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jul 04 14:30:03 2017 +0200 |
tree | 9c4183f9a59c102b2b74ca3226168c14835bd78f | |
parent | 0c7a8b9baa744ae4323bb46cb4fe942355beaa85 [diff] |
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>