From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55753 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pn8yb-0007yS-Uw for qemu-devel@nongnu.org; Wed, 09 Feb 2011 07:16:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pn8ya-0003Dn-TK for qemu-devel@nongnu.org; Wed, 09 Feb 2011 07:16:53 -0500 Received: from eu1sys200aog106.obsmtp.com ([207.126.144.121]:46991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pn8ya-0003Dc-Kf for qemu-devel@nongnu.org; Wed, 09 Feb 2011 07:16:52 -0500 Message-ID: <4D5285B1.2030800@st.com> Date: Wed, 9 Feb 2011 13:16:49 +0100 From: Christophe Lyon MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/8] target-arm: Fixes for several shift instructions: VRSHL, VRSHR, VRSHRN, VSHLL, VRSRA. References: <1296497206-15643-1-git-send-email-christophe.lyon@st.com> <1296497206-15643-2-git-send-email-christophe.lyon@st.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-devel@nongnu.org" On 07.02.2011 16:57, Peter Maydell wrote: > On 31 January 2011 18:06, wrote: >> For variants with rounding, fix cases where adding the rounding >> constant could overflow. >> >> For VSHLL, fix bit mask. > > These two things are completely distinct -- please put them > in separate patches. > OK, I am going to re-submit this whole series of patches. Thanks Christophe.