From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRPOH-00037o-QU for qemu-devel@nongnu.org; Mon, 17 Aug 2015 14:44:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRPOC-000696-05 for qemu-devel@nongnu.org; Mon, 17 Aug 2015 14:44:13 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:34498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRPOB-000692-Sg for qemu-devel@nongnu.org; Mon, 17 Aug 2015 14:44:07 -0400 Received: by qgeg42 with SMTP id g42so100998052qge.1 for ; Mon, 17 Aug 2015 11:44:07 -0700 (PDT) Sender: Richard Henderson References: From: Richard Henderson Message-ID: <55D22B74.5090101@twiddle.net> Date: Mon, 17 Aug 2015 11:44:04 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/19] multi-arch+linux-user: Cleanup ELF_MACHINE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, riku.voipio@iki.fi, Peter Crosthwaite On 08/15/2015 04:28 PM, Peter Crosthwaite wrote: > Peter Crosthwaite (19): > linux_user: elfload: Default ELF_MACHINE to ELF_ARCH > linux-user: elfload: Provide default for elf_check_arch > arm: Remove ELF_MACHINE from cpu.h > mb: Remove ELF_MACHINE from cpu.h > m68k: Remove ELF_MACHINE from cpu.h > cris: Remove ELF_MACHINE from cpu.h > moxie: Remove ELF_MACHINE from cpu.h > unicore: Remove ELF_MACHINE from cpu.h > lm32: Remove ELF_MACHINE from cpu.h > or32: Remove ELF_MACHINE from cpu.h > tricore: Remove ELF_MACHINE from cpu.h > xtensa: Remove ELF_MACHINE from cpu.h > sh4: Remove ELF_MACHINE from cpu.h > s390: Remove ELF_MACHINE from cpu.h > sparc: Remove ELF_MACHINE from cpu.h > mips: Remove ELF_MACHINE from cpu.h > alpha: Remove ELF_MACHINE from cpu.h > i386: Rename ELF_MACHINE to be x86 specific > ppc: Rename ELF_MACHINE to be PPC specific Modulo the one nit for moxie, Reviewed-by: Richard Henderson r~