From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiQh5-0007p9-6h for qemu-devel@nongnu.org; Thu, 08 May 2014 11:57:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiQgw-0001nD-TP for qemu-devel@nongnu.org; Thu, 08 May 2014 11:57:11 -0400 Received: from mail-lb0-f178.google.com ([209.85.217.178]:41972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiQgw-0001mK-Jv for qemu-devel@nongnu.org; Thu, 08 May 2014 11:57:02 -0400 Received: by mail-lb0-f178.google.com with SMTP id w7so3791604lbi.23 for ; Thu, 08 May 2014 08:57:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1399537603-6905-1-git-send-email-dougkwan@google.com> <1399537603-6905-4-git-send-email-dougkwan@google.com> <536B978C.80107@gmail.com> From: Peter Maydell Date: Thu, 8 May 2014 16:56:40 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?RG91ZyBLd2FuICjpl5zmjK/lvrcp?= Cc: Tom Musta , Riku Voipio , "qemu-ppc@nongnu.org" , QEMU Developers , Alexander Graf On 8 May 2014 16:51, Doug Kwan (=E9=97=9C=E6=8C=AF=E5=BE=B7) wrote: > On Thu, May 8, 2014 at 8:41 AM, Peter Maydell > wrote: >> The general approach linux-user takes is "one kernel >> ABI to one QEMU binary". Maybe we could change that, >> but would there be any benefit to it? I can't really >> see one. > May I ask what you would suggest to support ppc64le then? For signal > handling, we can check the ELF header to see if we use a function descrip= tor > or an entry for a signal handler when this is implemented for ppc64 in th= e > future. I don't understand the "redoing the base support" bit. Do it the same way we support everything else that can deal with two endianness settings -- handle the other TARGET_ENDIAN case in the translator. This is pretty straightforward with the new TCGMemOp TCG ops. thanks -- PMM