From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNmIt-0002hH-B3 for qemu-devel@nongnu.org; Thu, 04 Apr 2013 11:42:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNmIj-0005Yw-Tc for qemu-devel@nongnu.org; Thu, 04 Apr 2013 11:42:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNmIj-0005Xo-LZ for qemu-devel@nongnu.org; Thu, 04 Apr 2013 11:42:09 -0400 Message-ID: <515D9F40.4070802@redhat.com> Date: Thu, 04 Apr 2013 17:41:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1364985128-23772-1-git-send-email-pbonzini@redhat.com> <1364985128-23772-3-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 02/10] elfload: fix size of registers for N32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: pmaydell@linaro.org, qemu-devel@nongnu.org, aurelien@aurel32.net Il 04/04/2013 17:32, Peter Maydell ha scritto: > This is kind of ugly but it looks like the kernel is kind > of ugly too (ie elf_greg_t as a type is not defined the > same way necessarily for all targets and ABIs). At some > point this type should probably live in a header file > in linux-user/$arch/ but for now I guess it can pass. > > Reviewed-by: Peter Maydell I'll add abi_reg to abitypes.h and move tswapreg there, so that the signal handling structures could use it too. Paolo