commit | 09072daf37abbfe8e2d5018dd913f229c76190f7 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue May 01 14:16:52 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Jul 16 12:05:38 2007 +0300 |
tree | dbccbe493a9412cb89bd48b7c0c8ec21f70cf091 | |
parent | 621358455ae043ab39bc3481f13b101bd6016c8d [diff] |
KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() Instead of calling two functions and repeating expensive checks, call one function and provide it with before/after information. Signed-off-by: Avi Kivity <avi@qumranet.com>