KVM: MMU: Allow long mode shadows for legacy page tables
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 10 Sep 2010 15:31:00 +0000 (17:31 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:43 +0000 (10:52 +0200)
commit81407ca553c0c852b8cd3f38f3ec362d307f829b
treed84b98769b9c14a2cb33d318fac7028bbb4e18eb
parent651dd37a9ce6fdacdcd75da86619c62111efcbc2
KVM: MMU: Allow long mode shadows for legacy page tables

Currently the KVM softmmu implementation can not shadow a 32
bit legacy or PAE page table with a long mode page table.
This is a required feature for nested paging emulation
because the nested page table must alway be in host format.
So this patch implements the missing pieces to allow long
mode page tables for page table types.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
This page took 0.03398 seconds and 5 git commands to generate.