qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] target-moxie: Use new qemu_ld/st opcodes


From: Anthony Green
Subject: Re: [Qemu-devel] [PATCH] target-moxie: Use new qemu_ld/st opcodes
Date: Sat, 14 Dec 2013 23:18:37 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Richard Henderson <address@hidden> writes:

> Strict search-and-replace, since the moxie port does nothing complicated.
>
> Cc: Anthony Green <address@hidden>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  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 <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]