From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL 3.16 0/6] 3.16 patch queue 2014-07-08 Date: Tue, 08 Jul 2014 12:13:03 +0200 Message-ID: <53BBC42F.5030208@redhat.com> References: <1404813886-14908-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Alexander Graf , kvm-ppc@vger.kernel.org Return-path: In-Reply-To: <1404813886-14908-1-git-send-email-agraf@suse.de> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 08/07/2014 12:04, Alexander Graf ha scritto: > Hi Paolo / Marcelo, > > This is my current patch queue for 3.16. Please pull. > > Alex > > > The following changes since commit 5c02c392cd2320e8d612376d6b72b6548a680923: > > Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux (2014-06-11 21:10:33 -0700) > > are available in the git repository at: > > > git://github.com/agraf/linux-2.6.git tags/signed-for-3.16 > > for you to fetch changes up to 19a44ecff52fd67d77d49fb4d43b289c53cdc392: > > KVM: PPC: RTAS: Do byte swaps explicitly (2014-07-07 23:17:20 +0200) Thanks, pulled. Pushing to kvm.git will have to wait for Autotesting of Bandan's nested VMX patch. Paolo > ---------------------------------------------------------------- > Patch queue for 3.16 - 2014-07-08 > > A few bug fixes to make 3.16 work well with KVM on PowerPC: > > - Fix ppc32 module builds > - Fix Little Endian hosts > - Fix Book3S HV HPTE lookup with huge pages in guest > - Fix BookE lock leak > > ---------------------------------------------------------------- > Alexander Graf (3): > PPC: Add _GLOBAL_TOC for 32bit > KVM: PPC: Book3S PR: Fix ABIv2 on LE > KVM: PPC: RTAS: Do byte swaps explicitly > > Aneesh Kumar K.V (1): > KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value > > Anton Blanchard (1): > KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC() > > Mihai Caraman (1): > KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute > > arch/powerpc/include/asm/kvm_book3s_64.h | 19 +++++++++- > arch/powerpc/include/asm/ppc_asm.h | 2 + > arch/powerpc/kvm/book3s_64_mmu_hv.c | 2 +- > arch/powerpc/kvm/book3s_hv_rm_mmu.c | 7 +--- > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 2 +- > arch/powerpc/kvm/book3s_interrupts.S | 4 ++ > arch/powerpc/kvm/book3s_rmhandlers.S | 6 ++- > arch/powerpc/kvm/book3s_rtas.c | 65 +++++++++----------------------- > arch/powerpc/kvm/e500_mmu_host.c | 3 +- > 9 files changed, 52 insertions(+), 58 deletions(-) >