The following patch set fixes a few issues with KVM/MIPS32 in Linux 3.10. Changes from v2: - Drop KVM-MIPS32-Fix-up-KVM-breakage-caused-by-d532f3d2671 as the offending commit has been reverted and will be submitted upstream via the linux-mips tree. - Integrate with the new 64 bit compatible KVM/MIPS ABI defined by David Daney @ Cavium. -- Sanjay Lal (4): KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API. KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock() KVM/MIPS32: Export min_low_pfn. KVM/MIPS32: Bring in patch from David Daney with new 64 bit compatible ABI. arch/mips/include/asm/kvm.h | 55 ------- arch/mips/include/asm/kvm_host.h | 9 +- arch/mips/include/uapi/asm/kvm.h | 113 ++++++++++++++ arch/mips/kernel/mips_ksyms.c | 6 + arch/mips/kvm/kvm_mips.c | 102 +----------- arch/mips/kvm/kvm_mips_emul.c | 22 +-- arch/mips/kvm/kvm_tlb.c | 55 ++++--- arch/mips/kvm/kvm_trap_emul.c | 330 ++++++++++++++++++++++++++++++++++----- 8 files changed, 471 insertions(+), 221 deletions(-) delete mode 100644 arch/mips/include/asm/kvm.h create mode 100644 arch/mips/include/uapi/asm/kvm.h -- 1.7.11.3