The following patch set fixes a few issues with KVM/MIPS32 in Linux 3.10.

--

Sanjay Lal (3):
  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: Fix up KVM breakage caused by
    d532f3d26716a39dfd4b88d687bd344fbe77e390 which allows     ASID mask
    and increment to be determined @ runtime.

 arch/mips/include/asm/kvm.h      | 55 ---------------------------------------
 arch/mips/include/asm/kvm_host.h |  5 ++++
 arch/mips/include/uapi/asm/kvm.h | 55 +++++++++++++++++++++++++++++++++++++++
 arch/mips/kvm/kvm_mips_emul.c    | 22 ++++++++--------
 arch/mips/kvm/kvm_tlb.c          | 56 ++++++++++++++++++++++++++--------------
 5 files changed, 108 insertions(+), 85 deletions(-)
 delete mode 100644 arch/mips/include/asm/kvm.h
 create mode 100644 arch/mips/include/uapi/asm/kvm.h

-- 
1.7.11.3

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to