From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [GIT PULL] KVM fixes for 3.9-rc7 Date: Tue, 16 Apr 2013 21:28:05 -0300 Message-ID: <20130417002804.GA18580@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm , Gleb Natapov 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 PPC and ARM KVM fixes Marc Zyngier (2): ARM: KVM: fix KVM_CAP_ARM_SET_DEVICE_ADDR reporting ARM: KVM: fix L_PTE_S2_RDWR to actually be Read/Write Marcelo Tosatti (1): Merge branch 'kvm-arm-fixes-3.9' of git://github.com/columbia/linux-kvm-arm Scott Wood (4): kvm/powerpc/e500mc: fix tlb invalidation on cpu migration kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit kvm/ppc/e500: eliminate tlb_refs arch/arm/include/asm/pgtable-3level.h | 2 arch/arm/kvm/arm.c | 1 arch/powerpc/kvm/e500.h | 24 +++------ arch/powerpc/kvm/e500_mmu_host.c | 86 +++++++++++----------------------- arch/powerpc/kvm/e500mc.c | 7 ++ 5 files changed, 44 insertions(+), 76 deletions(-)