From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL 0/7] ppc patch queue 2013-06-30 Date: Tue, 02 Jul 2013 09:47:40 +0200 Message-ID: <51D2859C.9010006@redhat.com> References: <1372556328-18617-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, "kvm@vger.kernel.org mailing list" To: Alexander Graf Return-path: Received: from mail-bk0-f52.google.com ([209.85.214.52]:57681 "EHLO mail-bk0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932284Ab3GBHrq (ORCPT ); Tue, 2 Jul 2013 03:47:46 -0400 In-Reply-To: <1372556328-18617-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Il 30/06/2013 03:38, Alexander Graf ha scritto: > Hi Marcelo / Gleb, > > This is my current patch queue for ppc. Please pull and apply to next, so it > makes its way into 3.11. > > Changes include: > > - Book3S PR: Add support for 1TB segments > - Book3S PR fixes > > Alex > > > The following changes since commit 96f7edf9a54ca834f030ddf30f91750b3d737a03: > > Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 into queue (2013-06-27 14:20:54 +0300) > > are available in the git repository at: > > > git://github.com/agraf/linux-2.6.git kvm-ppc-queue > > for you to fetch changes up to a3ff5fbc94a829680d4aa005cd17add1c1a1fb5b: > > KVM: PPC: Ignore PIR writes (2013-06-30 03:33:22 +0200) > > ---------------------------------------------------------------- > Alexander Graf (1): > KVM: PPC: Ignore PIR writes > > Paul Mackerras (5): > KVM: PPC: Book3S PR: Fix proto-VSID calculations > KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entry > KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a match > KVM: PPC: Book3S PR: Allow guest to use 1TB segments > KVM: PPC: Book3S PR: Invalidate SLB entries properly > > Tiejun Chen (1): > KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL > > arch/powerpc/include/asm/kvm_book3s.h | 6 ++- > arch/powerpc/kvm/book3s_64_mmu.c | 81 ++++++++++++++++++++++------------- > arch/powerpc/kvm/book3s_64_mmu_host.c | 21 ++++++++- > arch/powerpc/kvm/book3s_64_slb.S | 13 +----- > arch/powerpc/kvm/book3s_pr.c | 3 +- > arch/powerpc/kvm/booke.c | 2 +- > arch/powerpc/kvm/emulate.c | 3 ++ > 7 files changed, 82 insertions(+), 47 deletions(-) > Pulled, thanks! Paolo