alistair23-linux/drivers/kvm
Avi Kivity 815af8d42e [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte
This fixes a problem where set_pte_common() looked for shadowed pages based on
the page directory gfn (a huge page) instead of the actual gfn being mapped.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2007-01-05 23:55:25 -08:00
..
Kconfig [PATCH] KVM: Put KVM in a new Virtualization menu 2006-12-13 09:05:46 -08:00
kvm.h [PATCH] KVM: MMU: Shadow page table caching 2007-01-05 23:55:24 -08:00
kvm_main.c [PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode 2007-01-05 23:55:24 -08:00
kvm_svm.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00
kvm_vmx.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00
Makefile
mmu.c [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte 2007-01-05 23:55:25 -08:00
paging_tmpl.h [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte 2007-01-05 23:55:25 -08:00
segment_descriptor.h
svm.c [PATCH] KVM: Prevent stale bits in cr0 and cr4 2007-01-05 23:55:23 -08:00
svm.h
vmx.c [PATCH] KVM: Prevent stale bits in cr0 and cr4 2007-01-05 23:55:23 -08:00
vmx.h [PATCH] KVM: Rename some msrs 2006-12-30 10:56:44 -08:00
x86_emulate.c [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00
x86_emulate.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00