From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp2Pd-0006aw-Mg for qemu-devel@nongnu.org; Mon, 14 Feb 2011 12:40:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp2Pb-0007II-68 for qemu-devel@nongnu.org; Mon, 14 Feb 2011 12:40:36 -0500 Received: from mail-iw0-f173.google.com ([209.85.214.173]:57073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp2Pb-0007I8-16 for qemu-devel@nongnu.org; Mon, 14 Feb 2011 12:40:35 -0500 Received: by iwc10 with SMTP id 10so5481650iwc.4 for ; Mon, 14 Feb 2011 09:40:33 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1297437062-6118-4-git-send-email-christophe.lyon@st.com> References: <1297437062-6118-1-git-send-email-christophe.lyon@st.com> <1297437062-6118-4-git-send-email-christophe.lyon@st.com> Date: Mon, 14 Feb 2011 17:40:33 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 3/6] target-arm: fix unsigned 64 bit right shifts. From: Peter Maydell Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: christophe.lyon@st.com Cc: qemu-devel@nongnu.org On 11 February 2011 15:10, wrote: > From: Christophe Lyon > > Fix range of shift amounts which always give 0 as result. > > Signed-off-by: Christophe Lyon Reviewed-by: Peter Maydell