projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a3a8f
)
KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr
author
Joerg Roedel
<joerg.roedel@amd.com>
Thu, 5 Mar 2009 12:12:29 +0000
(13:12 +0100)
committer
Avi Kivity
<avi@redhat.com>
Wed, 10 Jun 2009 08:48:26 +0000
(11:48 +0300)
There is no reason to update the shadow pte here because the guest pte
is only changed to dirty state.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/paging_tmpl.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/paging_tmpl.h
b/arch/x86/kvm/paging_tmpl.h
index 6bd70206c56130ce95398c2c91a471ab471e9907..855eb71110490fe269216163605f4eda95d6e19d 100644
(file)
--- a/
arch/x86/kvm/paging_tmpl.h
+++ b/
arch/x86/kvm/paging_tmpl.h
@@
-209,7
+209,6
@@
walk:
if (ret)
goto walk;
pte |= PT_DIRTY_MASK;
- kvm_mmu_pte_write(vcpu, pte_gpa, (u8 *)&pte, sizeof(pte), 0);
walker->ptes[walker->level - 1] = pte;
}