commit | 13d268ca2c4c29d6da2ba79419f9a655e602afed | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <guangrong.xiao@linux.intel.com> | Wed Feb 24 17:51:16 2016 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Mar 03 14:36:24 2016 +0100 |
tree | f725645aaeaa141a06afbe5c20961f74169e9bc6 | |
parent | 5c520e90af3ad546bf328d2c9306c72bf3da6afe [diff] |
KVM: MMU: apply page track notifier Register the notifier to receive write track event so that we can update our shadow page table It makes kvm_mmu_pte_write() be the callback of the notifier, no function is changed Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>