projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f91ed
)
KVM: MMU: audit: fix vcpu's spte walking
author
Xiao Guangrong
<xiaoguangrong@cn.fujitsu.com>
Mon, 27 Sep 2010 10:06:16 +0000
(18:06 +0800)
committer
Avi Kivity
<avi@redhat.com>
Sun, 24 Oct 2010 08:53:12 +0000
(10:53 +0200)
After nested nested paging, it may using long mode to shadow 32/PAE paging
guest, so this patch fix it
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu_audit.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/mmu_audit.c
b/arch/x86/kvm/mmu_audit.c
index bd2b1be7066ea891b9826cd88a59b138036fec29..dcca3e7d7b4ef7074638241430ab61beea86b3c9 100644
(file)
--- a/
arch/x86/kvm/mmu_audit.c
+++ b/
arch/x86/kvm/mmu_audit.c
@@
-51,7
+51,7
@@
static void mmu_spte_walk(struct kvm_vcpu *vcpu, inspect_spte_fn fn)
if (!VALID_PAGE(vcpu->arch.mmu.root_hpa))
return;
- if (vcpu->arch.mmu.
shadow_
root_level == PT64_ROOT_LEVEL) {
+ if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) {
hpa_t root = vcpu->arch.mmu.root_hpa;
sp = page_header(root);