KVM: X86: Introduce pointer to mmu context used for gva_to_gpa
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 10 Sep 2010 15:30:49 +0000 (17:30 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:35 +0000 (10:52 +0200)
commit14dfe855f978181cd611ec018e5ceba860a98545
treee81ec5a9162a2588f12c21de415ab8778c655c1f
parentc30a358d33e0e111f06e54a4a4125371e6b6693c
KVM: X86: Introduce pointer to mmu context used for gva_to_gpa

This patch introduces the walk_mmu pointer which points to
the mmu-context currently used for gva_to_gpa translations.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c