commit | ec92fe44e7ff94d04d8305e49efcffd8773e1cf6 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Sep 10 17:30:51 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:37 2010 +0200 |
tree | a1f3c9e47e5c05a83d0d507d0616f810234c80a4 | |
parent | 6539e738f65a8f1fc7806295d5d701fba4008343 [diff] |
KVM: X86: Add kvm_read_guest_page_mmu function This patch adds a function which can read from the guests physical memory or from the guest's guest physical memory. This will be used in the two-dimensional page table walker. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>