From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs3AD-0003ao-3O for qemu-devel@nongnu.org; Sat, 14 Dec 2013 23:18:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vs3A8-0000z7-3p for qemu-devel@nongnu.org; Sat, 14 Dec 2013 23:18:45 -0500 Received: from mail-ie0-f181.google.com ([209.85.223.181]:59105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs3A7-0000z3-VT for qemu-devel@nongnu.org; Sat, 14 Dec 2013 23:18:40 -0500 Received: by mail-ie0-f181.google.com with SMTP id e14so5000974iej.12 for ; Sat, 14 Dec 2013 20:18:39 -0800 (PST) From: Anthony Green References: <1386780311-5612-1-git-send-email-rth@twiddle.net> Date: Sat, 14 Dec 2013 23:18:37 -0500 In-Reply-To: <1386780311-5612-1-git-send-email-rth@twiddle.net> (Richard Henderson's message of "Wed, 11 Dec 2013 08:45:11 -0800") Message-ID: <871u1en3vm.fsf@moxielogic.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] target-moxie: Use new qemu_ld/st opcodes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org Richard Henderson writes: > Strict search-and-replace, since the moxie port does nothing complicated. > > Cc: Anthony Green > Signed-off-by: Richard Henderson > --- > target-moxie/translate.c | 52 ++++++++++++++++++++++++------------------------ > 1 file changed, 26 insertions(+), 26 deletions(-) > > Untested, since there's no openrisc images at http://wiki.qemu.org/Testing, > but it's certainly a simple enough change. Thanks Richard. I've tested this patch and it's fine. I don't have any disk images to post yet. However, I do have some firmware. It's only about 5k, and normally lives in the FPGA hosting Moxie, but it's useful as a quick test for qemu as well... $ cat ./hello.srec | ./moxie-softmmu/qemu-system-moxie --nographic --machine marin --kernel ./bootrom.elf MOXIE On-Chip Bootloader v2.0 Copyright (c) 2013 Anthony Green Waiting for an S-Record Download or Remote GDB Connection... Jumping to code at 0x30000000. Hello World! I see that the QEMU repo includes some firmware already. Should I submit this one as well? Thanks, AG