From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMiEN-00057l-6o for qemu-devel@nongnu.org; Wed, 27 Aug 2014 14:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMiEJ-0008LH-5W for qemu-devel@nongnu.org; Wed, 27 Aug 2014 14:46:03 -0400 Received: from static.92.5.9.176.clients.your-server.de ([176.9.5.92]:54796 helo=mail.hallyn.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMiEI-0008L7-VE for qemu-devel@nongnu.org; Wed, 27 Aug 2014 14:45:59 -0400 Date: Wed, 27 Aug 2014 20:45:57 +0200 From: "Serge E. Hallyn" Message-ID: <20140827184557.GB24631@mail.hallyn.com> References: <20140827175556.GA24631@mail.hallyn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/1] Support ppc64le binfmt registration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , "Serge E. Hallyn" Quoting Peter Maydell (peter.maydell@linaro.org): > On 27 August 2014 18:55, Serge E. Hallyn wrote: > > This is a part of a patch proposed by jaejunh at > > https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1358268 > > which enables running ppc64le binaries through qemu-user. > > I'm confused -- wouldn't these be handled by the existing > "ppc64le" support? > > -- PMM It looks to me like the point was to add a TARGET_ABI32=y version (and I dunno, something about CONFIG_LIBDECNUMBER=y for 32-bit).