From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXAwF-0008HD-Nu for qemu-devel@nongnu.org; Tue, 09 Aug 2016 13:35:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXAwE-00053b-T1 for qemu-devel@nongnu.org; Tue, 09 Aug 2016 13:35:39 -0400 Received: from mail-ua0-x22c.google.com ([2607:f8b0:400c:c08::22c]:33532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXAwE-00053N-GO for qemu-devel@nongnu.org; Tue, 09 Aug 2016 13:35:38 -0400 Received: by mail-ua0-x22c.google.com with SMTP id 74so31178539uau.0 for ; Tue, 09 Aug 2016 10:35:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <806dce96d58aabee09638407a27dfe595032eb02.1470253246.git.alistair.francis@xilinx.com> References: <806dce96d58aabee09638407a27dfe595032eb02.1470253246.git.alistair.francis@xilinx.com> From: Peter Maydell Date: Tue, 9 Aug 2016 18:35:17 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v10 1/8] loader: Allow ELF loader to auto-detect the ELF arch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: QEMU Developers , Peter Crosthwaite , Markus Armbruster , Christopher Covington , Paolo Bonzini On 3 August 2016 at 21:06, Alistair Francis wrote: > If the caller didn't specify an architecture for the ELF machine > the load_elf() function will auto detect it based on the ELF file. > > Signed-off-by: Alistair Francis Reviewed-by: Peter Maydell thanks -- PMM