]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit258e49b95a4f06259a015467c31ef6f8427eef16
treee81ec5a9162a2588f12c21de415ab8778c655c1f
parent604f570696ab5c1a67a1edecb7939cd8c14db285
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