From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: [GIT PULL] KVM fixes for 3.10-rc2 Date: Thu, 23 May 2013 13:41:05 +0300 Message-ID: <20130523104105.GA6826@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm , Marcelo Tosatti , pbonzini@redhat.com To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the following KVM bug fixes Paolo Bonzini (1): KVM: take over co-maintainership from Marcelo, fix MAINTAINERS entry Sanjay Lal (2): 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() MAINTAINERS | 7 ++-- arch/mips/include/asm/kvm.h | 55 --------------------------------------- arch/mips/include/uapi/asm/kvm.h | 55 +++++++++++++++++++++++++++++++++++++++ arch/mips/kvm/kvm_tlb.c | 35 ++++++++++++++++++------ 4 files changed, 85 insertions(+), 67 deletions(-) -- Gleb.