From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH v4 0/6] KVM: PPC: Book3e: AltiVec support Date: Wed, 27 Aug 2014 14:16:42 +0200 Message-ID: <53FDCC2A.4050708@suse.de> References: <1408541787-24625-1-git-send-email-mihai.caraman@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org To: Mihai Caraman , kvm-ppc@vger.kernel.org Return-path: Received: from cantor2.suse.de ([195.135.220.15]:34330 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933257AbaH0MQn (ORCPT ); Wed, 27 Aug 2014 08:16:43 -0400 In-Reply-To: <1408541787-24625-1-git-send-email-mihai.caraman@freescale.com> Sender: kvm-owner@vger.kernel.org List-ID: On 20.08.14 15:36, Mihai Caraman wrote: > Add KVM Book3e AltiVec support. > > Changes: > > v4: > - use CONFIG_SPE_POSSIBLE and a new ifdef for CONFIG_ALTIVEC > - remove SPE handlers from bookehv > - split ONE_REG powerpc generic and ONE_REG AltiVec > - add setters for IVPR, IVOR2 and IVOR8 > - add api documentation for ONE_REG IVPR and IVORs > - don't enable e6500 core since hardware threads are not yet supported > > v3: > - use distinct SPE/AltiVec exception handlers > - make ONE_REG AltiVec support powerpc generic > - add ONE_REG IVORs support > > v2: > - integrate Paul's FP/VMX/VSX changes that landed in kvm-ppc-queue > in January and take into account feedback > > Mihai Caraman (6): > KVM: PPC: Book3E: Increase FPU laziness > KVM: PPC: Book3e: Add AltiVec support > KVM: PPC: Make ONE_REG powerpc generic > KVM: PPC: Move ONE_REG AltiVec support to powerpc > KVM: PPC: Booke: Add setter functions for IVPR, IVOR2 and IVOR8 > emulation > KVM: PPC: Booke: Add ONE_REG support for IVPR and IVORs Thanks, applied 1-4 to kvm-ppc-queue. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id ED76D1A170D for ; Wed, 27 Aug 2014 22:16:44 +1000 (EST) Message-ID: <53FDCC2A.4050708@suse.de> Date: Wed, 27 Aug 2014 14:16:42 +0200 From: Alexander Graf MIME-Version: 1.0 To: Mihai Caraman , kvm-ppc@vger.kernel.org Subject: Re: [PATCH v4 0/6] KVM: PPC: Book3e: AltiVec support References: <1408541787-24625-1-git-send-email-mihai.caraman@freescale.com> In-Reply-To: <1408541787-24625-1-git-send-email-mihai.caraman@freescale.com> Content-Type: text/plain; charset=windows-1252 Cc: linuxppc-dev@lists.ozlabs.org, kvm@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 20.08.14 15:36, Mihai Caraman wrote: > Add KVM Book3e AltiVec support. > > Changes: > > v4: > - use CONFIG_SPE_POSSIBLE and a new ifdef for CONFIG_ALTIVEC > - remove SPE handlers from bookehv > - split ONE_REG powerpc generic and ONE_REG AltiVec > - add setters for IVPR, IVOR2 and IVOR8 > - add api documentation for ONE_REG IVPR and IVORs > - don't enable e6500 core since hardware threads are not yet supported > > v3: > - use distinct SPE/AltiVec exception handlers > - make ONE_REG AltiVec support powerpc generic > - add ONE_REG IVORs support > > v2: > - integrate Paul's FP/VMX/VSX changes that landed in kvm-ppc-queue > in January and take into account feedback > > Mihai Caraman (6): > KVM: PPC: Book3E: Increase FPU laziness > KVM: PPC: Book3e: Add AltiVec support > KVM: PPC: Make ONE_REG powerpc generic > KVM: PPC: Move ONE_REG AltiVec support to powerpc > KVM: PPC: Booke: Add setter functions for IVPR, IVOR2 and IVOR8 > emulation > KVM: PPC: Booke: Add ONE_REG support for IVPR and IVORs Thanks, applied 1-4 to kvm-ppc-queue. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 27 Aug 2014 12:16:42 +0000 Subject: Re: [PATCH v4 0/6] KVM: PPC: Book3e: AltiVec support Message-Id: <53FDCC2A.4050708@suse.de> List-Id: References: <1408541787-24625-1-git-send-email-mihai.caraman@freescale.com> In-Reply-To: <1408541787-24625-1-git-send-email-mihai.caraman@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mihai Caraman , kvm-ppc@vger.kernel.org Cc: kvm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org On 20.08.14 15:36, Mihai Caraman wrote: > Add KVM Book3e AltiVec support. > > Changes: > > v4: > - use CONFIG_SPE_POSSIBLE and a new ifdef for CONFIG_ALTIVEC > - remove SPE handlers from bookehv > - split ONE_REG powerpc generic and ONE_REG AltiVec > - add setters for IVPR, IVOR2 and IVOR8 > - add api documentation for ONE_REG IVPR and IVORs > - don't enable e6500 core since hardware threads are not yet supported > > v3: > - use distinct SPE/AltiVec exception handlers > - make ONE_REG AltiVec support powerpc generic > - add ONE_REG IVORs support > > v2: > - integrate Paul's FP/VMX/VSX changes that landed in kvm-ppc-queue > in January and take into account feedback > > Mihai Caraman (6): > KVM: PPC: Book3E: Increase FPU laziness > KVM: PPC: Book3e: Add AltiVec support > KVM: PPC: Make ONE_REG powerpc generic > KVM: PPC: Move ONE_REG AltiVec support to powerpc > KVM: PPC: Booke: Add setter functions for IVPR, IVOR2 and IVOR8 > emulation > KVM: PPC: Booke: Add ONE_REG support for IVPR and IVORs Thanks, applied 1-4 to kvm-ppc-queue. Alex