From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LC7VZ-0000Hg-JL for qemu-devel@nongnu.org; Mon, 15 Dec 2008 02:04:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LC7VX-0000HB-Vi for qemu-devel@nongnu.org; Mon, 15 Dec 2008 02:04:48 -0500 Received: from [199.232.76.173] (port=47891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LC7VX-0000Gz-Lk for qemu-devel@nongnu.org; Mon, 15 Dec 2008 02:04:47 -0500 Received: from hall.aurel32.net ([88.191.82.174]:48319) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LC7VW-0005hK-Ja for qemu-devel@nongnu.org; Mon, 15 Dec 2008 02:04:47 -0500 Date: Mon, 15 Dec 2008 08:04:42 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH 06/42] target-ppc: add signed fields to ppc_avr_t. Message-ID: <20081215070442.GC22069@hall.aurel32.net> References: <1229307315-16807-1-git-send-email-froydnj@codesourcery.com> <1229307315-16807-7-git-send-email-froydnj@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1229307315-16807-7-git-send-email-froydnj@codesourcery.com> Sender: Aurelien Jarno 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 On Sun, Dec 14, 2008 at 06:14:39PM -0800, Nathan Froyd wrote: > > Signed-off-by: Nathan Froyd Thanks, applied. > --- > target-ppc/cpu.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h > index de53675..973f50a 100644 > --- a/target-ppc/cpu.h > +++ b/target-ppc/cpu.h > @@ -311,6 +311,9 @@ union ppc_avr_t { > uint8_t u8[16]; > uint16_t u16[8]; > uint32_t u32[4]; > + int8_t s8[16]; > + int16_t s16[8]; > + int32_t s32[4]; > uint64_t u64[2]; > }; > > -- > 1.6.0.5 > > > > -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net