From: Avi Kivity Date: Sun, 14 Mar 2010 08:16:40 +0000 (+0200) Subject: KVM: MMU: Disassociate direct maps from guest levels X-Git-Tag: v2.6.35-rc1~436^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b0c8c6a6f87b62bca93727dee12ec59e32e597;p=pandora-kernel.git KVM: MMU: Disassociate direct maps from guest levels Direct maps are linear translations for a section of memory, used for real mode or with large pages. As such, they are independent of the guest levels. Teach the mmu about this by making page->role.glevels = 0 for direct maps. This allows direct maps to be shared among real mode and the various paging modes. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed