From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnsYD-0005Ge-5x for qemu-devel@nongnu.org; Tue, 03 Dec 2013 11:10:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnsY7-0001i5-AY for qemu-devel@nongnu.org; Tue, 03 Dec 2013 11:10:17 -0500 Message-ID: <529E025F.8050205@gmail.com> Date: Tue, 03 Dec 2013 10:10:07 -0600 From: Tom Musta MIME-Version: 1.0 References: <20131022220546.2a20d02a@kryten> In-Reply-To: <20131022220546.2a20d02a@kryten> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/7] Declare and Enable VSX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Anton Blanchard , Alexander Graf On 10/22/2013 6:05 AM, Anton Blanchard wrote: > From: Tom Musta > > This patch adds the flag POWERPC_FLAG_VSX to the list of defined > flags and also adds this flag to the list of supported features of > the Power7 and Power8 CPUs. Additionally, the VSX instructions > are added to the list of TCG-enabled instruction. > > Signed-off-by: Tom Musta > Signed-off-by: Anton Blanchard > --- > Ping.