commit | f8734352c6f9c4f3d85f0c97b7731b7f925c62fd | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Thu Sep 22 16:56:58 2011 +0800 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 27 11:16:58 2011 +0200 |
tree | c3bf5e4938aaef0976ce5c5667561c78b5d873f9 | |
parent | f57f2ef58f6703e6df70ed52a198920cb3e8edba [diff] |
KVM: MMU: remove unnecessary kvm_mmu_free_some_pages In kvm_mmu_pte_write, we do not need to alloc shadow page, so calling kvm_mmu_free_some_pages is really unnecessary Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>