commit | 81407ca553c0c852b8cd3f38f3ec362d307f829b | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Sep 10 17:31:00 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:43 2010 +0200 |
tree | d84b98769b9c14a2cb33d318fac7028bbb4e18eb | |
parent | 651dd37a9ce6fdacdcd75da86619c62111efcbc2 [diff] |
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>