From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYsnS-0000sq-Ni for qemu-devel@nongnu.org; Mon, 07 Sep 2015 05:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYsnN-0006Wz-LJ for qemu-devel@nongnu.org; Mon, 07 Sep 2015 05:33:06 -0400 References: <83971ae84feec2ff2df8ed57a7f819f5d70232fc.1439679104.git.crosthwaite.peter@gmail.com> <55D3D623.3090501@redhat.com> From: Alexander Graf Message-ID: <55ED59C8.3040707@suse.de> Date: Mon, 7 Sep 2015 11:32:56 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 19/19] ppc: Rename ELF_MACHINE to be PPC specific List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , Laurent Vivier Cc: Paolo Bonzini , Riku Voipio , qemu-ppc@nongnu.org, "qemu-devel@nongnu.org Developers" , Peter Crosthwaite On 07.09.15 07:04, Peter Crosthwaite wrote: > On Tue, Aug 18, 2015 at 6:04 PM, Laurent Vivier wrote: >> I'm wondering if the existing behavior is good: >> >> what I have understood is we define ppc32 guests in ppc64 target to be >> able to run 32bit guest with 64bit qemu, but I don't think it means an >> oldworld mac is able to run a ppc64 kernel. >> >> So I think we could use directly EM_PPC with e500, ppc440, virtex_ml507, > > Definitely right for virtex_ml507. > >> prep and oldworld, and EM_PPC64 with pseries/spapr. Newworld mac should >> be able to run EM_PPC and EM_PPC64 kernel (G3/G4 <-> G5), according to >> the machine type and not to the target. >> > > Sounds good, can the PPC maintainers give a nod to this idea? > Otherwise I'd like to run with the patch as is, as the patch as-is is > non-functional which is the intent of the overall series. I think the idea is sound, but I'd prefer to see it as a follow-up patch converting each machine individually. That way bisecting things will be easier and if we have to revert anything, we only revert the functional change. Alex