commit | c30a358d33e0e111f06e54a4a4125371e6b6693c | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Sep 10 17:30:48 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:34 2010 +0200 |
tree | bdd1d80f2eca1a63344b80f8e4353095cd06a947 | |
parent | 1e301feb079e8ee6091bb75283e960fc33059a68 [diff] |
KVM: MMU: Add infrastructure for two-level page walker This patch introduces a mmu-callback to translate gpa addresses in the walk_addr code. This is later used to translate l2_gpa addresses into l1_gpa addresses. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>