From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVlzx-0004iz-MZ for qemu-devel@nongnu.org; Sat, 29 Aug 2015 15:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVlzs-0003Yt-Nb for qemu-devel@nongnu.org; Sat, 29 Aug 2015 15:41:09 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:36258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVlzs-0003YL-GO for qemu-devel@nongnu.org; Sat, 29 Aug 2015 15:41:04 -0400 Received: by padhm10 with SMTP id hm10so40139969pad.3 for ; Sat, 29 Aug 2015 12:41:03 -0700 (PDT) From: Peter Crosthwaite Date: Sat, 29 Aug 2015 12:40:53 -0700 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] elf+moxie: EM_MOXIE defintition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Crosthwaite , rth@twiddle.net Hi Richard, This adds EM_MOXIE as suggested. Patch one does some surrounding code style cleanup and P2 fixes Moxie. Regards, Peter Peter Crosthwaite (2): elf_ops: Fix coding style for EM alias case statement elf: Update EM_MOXIE definition hw/moxie/moxiesim.c | 1 + include/elf.h | 3 +++ include/hw/elf_ops.h | 23 +++++++++++++++++------ target-moxie/cpu.h | 2 +- 4 files changed, 22 insertions(+), 7 deletions(-) -- 1.9.1