From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [RFC PATCH 0/6] KVM: PPC: Book3E: AltiVec support Date: Tue, 4 Jun 2013 16:39:19 -0500 Message-ID: <1370381959.748.16@snotra> References: <1370292868-2697-1-git-send-email-mihai.caraman@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Transfer-Encoding: 8BIT Cc: , , , Alexander Graf To: Mihai Caraman Return-path: In-Reply-To: <1370292868-2697-1-git-send-email-mihai.caraman@freescale.com> (from mihai.caraman@freescale.com on Mon Jun 3 15:54:22 2013) Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 06/03/2013 03:54:22 PM, Mihai Caraman wrote: > Mihai Caraman (6): > KVM: PPC: Book3E: Fix AltiVec interrupt numbers and build breakage > KVM: PPC: Book3E: Refactor SPE_FP exit handling > KVM: PPC: Book3E: Rename IRQPRIO names to accommodate ALTIVEC > KVM: PPC: Book3E: Add AltiVec support > KVM: PPC: Book3E: Add ONE_REG AltiVec support > KVM: PPC: Book3E: Enhance FPU laziness > > arch/powerpc/include/asm/kvm_asm.h | 16 ++- > arch/powerpc/kvm/booke.c | 189 > ++++++++++++++++++++++++++++---- > arch/powerpc/kvm/booke.h | 4 +- > arch/powerpc/kvm/bookehv_interrupts.S | 8 +- > arch/powerpc/kvm/e500.c | 10 +- > arch/powerpc/kvm/e500_emulate.c | 8 +- > arch/powerpc/kvm/e500mc.c | 10 ++- > 7 files changed, 199 insertions(+), 46 deletions(-) This looks like a bit much for 3.10 (certainly, subject lines like "refactor" and "enhance" and "add support" aren't going to make Linus happy given that we're past rc4) so I think we should apply http://patchwork.ozlabs.org/patch/242896/ for 3.10. Then for 3.11, revert it after applying this patchset. -Scott