• James Hogan's avatar
    KVM: MIPS/T&E: Allocate GVA -> HPA page tables · f7f1427d
    James Hogan authored
    Allocate GVA -> HPA page tables for guest kernel and guest user mode on
    each VCPU, to allow for fast path TLB refill handling to be added later.
    
    In the process kvm_arch_vcpu_init() needs updating to pass on any error
    from the vcpu_init() callback.
    Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Cc: "Radim Krčmář" <rkrcmar@redhat.com>
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: linux-mips@linux-mips.org
    Cc: kvm@vger.kernel.org
    f7f1427d
mips.c 43.8 KB