public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] KVM/MIPS32: Fixes for Linux 3.10
@ 2013-05-17 21:25 Sanjay Lal
  2013-05-17 21:25 ` [PATCH 1/3] KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API Sanjay Lal
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sanjay Lal @ 2013-05-17 21:25 UTC (permalink / raw)
  To: kvm; +Cc: linux-mips, ralf, gleb, mtosatti, Sanjay Lal

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-18  6:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17 21:25 [PATCH v2 0/3] KVM/MIPS32: Fixes for Linux 3.10 Sanjay Lal
2013-05-17 21:25 ` [PATCH 1/3] KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API Sanjay Lal
2013-05-17 21:25 ` [PATCH 2/3] KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock() Sanjay Lal
2013-05-18  6:21   ` Gleb Natapov
2013-05-17 21:25 ` [PATCH 3/3] KVM/MIPS32: Fix up KVM breakage caused by d532f3d26716a39dfd4b88d687bd344fbe77e390 which allows ASID mask and increment to be determined @ runtime Sanjay Lal
2013-05-18  0:06   ` Ralf Baechle
2013-05-18  6:23     ` Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox