From: Joerg Roedel Date: Fri, 10 Sep 2010 15:30:53 +0000 (+0200) Subject: KVM: MMU: Introduce kvm_read_nested_guest_page() X-Git-Tag: v2.6.37-rc1~142^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d06b8bfd44ec421c386241f7c5af66c8200cbf4;p=pandora-kernel.git KVM: MMU: Introduce kvm_read_nested_guest_page() This patch introduces the kvm_read_guest_page_x86 function which reads from the physical memory of the guest. If the guest is running in guest-mode itself with nested paging enabled it will read from the guest's guest physical memory instead. The patch also changes changes the code to use this function where it is necessary. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed