From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBthF-0003NY-Hd for qemu-devel@nongnu.org; Sun, 14 Dec 2008 11:19:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBthD-0003Lx-4p for qemu-devel@nongnu.org; Sun, 14 Dec 2008 11:19:56 -0500 Received: from [199.232.76.173] (port=40605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBthC-0003Ls-UT for qemu-devel@nongnu.org; Sun, 14 Dec 2008 11:19:54 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]:47342) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LBthC-0001eb-Jm for qemu-devel@nongnu.org; Sun, 14 Dec 2008 11:19:54 -0500 Date: Sun, 14 Dec 2008 17:19:50 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH] target-ppc: add integer Altivec instructions Message-ID: <20081214161950.GB7738@networkno.de> References: <20081213190849.GA23471@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081213190849.GA23471@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nathan Froyd Cc: qemu-devel@nongnu.org Nathan Froyd wrote: > This patch series adds support for integer Altivec instructions to QEMU, > including element-wise loads and stores. It's rather long (42 > individual patches), so to avoid patch-bombing the list, I've placed the > patch series at: > > http://www.method-combination.net/qemu/altivec-patches/ Please patch-bomb instead, so we have patch and related discussion (and signed-off lines) in the same mail archive. Thiemo