commit | bab4165e2f031905bd0a2bb8b6ad65c5c8cfa870 | [log] [tgz] |
---|---|---|
author | Bandan Das <bsd@redhat.com> | Fri May 05 15:25:13 2017 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 09 11:54:16 2017 +0200 |
tree | 266fc7f10baa2e14d42f28ca23ad5f50cad16d7b | |
parent | c7c2c709b60ed2d7e6e6871496f0e963cfad121f [diff] |
kvm: x86: Add a hook for arch specific dirty logging emulation When KVM updates accessed/dirty bits, this hook can be used to invoke an arch specific function that implements/emulates dirty logging such as PML. Signed-off-by: Bandan Das <bsd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>