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 70A3B1A0004 for ; Thu, 3 Jul 2014 22:32:08 +1000 (EST) Message-ID: <53B54D44.2010007@suse.de> Date: Thu, 03 Jul 2014 14:32:04 +0200 From: Alexander Graf MIME-Version: 1.0 To: Mihai Caraman , kvm-ppc@vger.kernel.org Subject: Re: [PATCH 4/6 v2] KVM: PPC: Book3E: Add AltiVec support References: <1404142497-6430-1-git-send-email-mihai.caraman@freescale.com> <1404142497-6430-5-git-send-email-mihai.caraman@freescale.com> In-Reply-To: <1404142497-6430-5-git-send-email-mihai.caraman@freescale.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 30.06.14 17:34, Mihai Caraman wrote: > Add KVM Book3E AltiVec support. KVM Book3E FPU support gracefully reuse host > infrastructure so follow the same approach for AltiVec. > > Signed-off-by: Mihai Caraman Same comment here - I fail to see how we refetch Altivec state after a context switch. Alex