]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)
authorMarcelo Tosatti <mtosatti@redhat.com>
Wed, 11 Jun 2008 23:32:40 +0000 (20:32 -0300)
committerAvi Kivity <avi@qumranet.com>
Tue, 24 Jun 2008 09:18:18 +0000 (12:18 +0300)
commitb070105acff4951d957efe6c0299657a192c6dff
treeb6f4b62812fd55ffa60d4383af1e7079e8b29a30
parentfdea372868594511ac9cff237132812d41450100
KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)

kvm_mmu_pte_write() does not handle 32-bit non-PAE large page backed
guests properly. It will instantiate two 2MB sptes pointing to the same
physical 2MB page when a guest large pte update is trapped.

Instead of duplicating code to handle this, disallow directory level
updates to happen through kvm_mmu_pte_write(), so the two 2MB sptes
emulating one guest 4MB pte can be correctly created by the page fault
handling path.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/mmu.c