commit | 1e301feb079e8ee6091bb75283e960fc33059a68 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Sep 10 17:30:47 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:33 2010 +0200 |
tree | 458abbfb4f1b3c86a3c137f711c5fce93c5d7002 | |
parent | 8df25a328a6ca3bd0f048278f4d5ae0a1f6fadc1 [diff] |
KVM: MMU: Introduce generic walk_addr function This is the first patch in the series towards a generic walk_addr implementation which could walk two-dimensional page tables in the end. In this first step the walk_addr function is renamed into walk_addr_generic which takes a mmu context as an additional parameter. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>