From: Anthony Green <green@moxielogic.com>
To: qemu-devel@nongnu.org
Cc: Anthony Green <green@moxielogic.com>
Subject: Re: [Qemu-devel] [PATCH v10 0/4] Moxie CPU port
Date: Fri, 15 Mar 2013 08:33:29 -0400 [thread overview]
Message-ID: <CACxje58sQEazAHLx_iHoCU7n2UKbY5avaRcYBt09eBnvSwewOA@mail.gmail.com> (raw)
In-Reply-To: <1362924464-1720-1-git-send-email-green@moxielogic.com>
Ping!
Thanks,
AG
On Sun, Mar 10, 2013 at 10:07 AM, Anthony Green <green@moxielogic.com> wrote:
> This version of the patch includes a bug fix and some formatting fixes
> identified by Blue Swirl here:
>
> http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg01530.html
>
> Please consider applying this version of the patch series.
>
> Thanks!
>
> AG
>
>
> Anthony Green (4):
> Add moxie target code
> Add moxie disassembler
> Add sample moxie system
> Add top level changes for moxie
>
> MAINTAINERS | 5 +
> arch_init.c | 2 +
> configure | 9 +-
> cpu-exec.c | 2 +
> default-configs/moxie-softmmu.mak | 2 +
> disas.c | 6 +
> disas/Makefile.objs | 1 +
> disas/moxie.c | 360 +++++++++++++++
> hw/moxie/Makefile.objs | 6 +
> hw/moxie/moxiesim.c | 174 +++++++
> include/disas/bfd.h | 2 +
> include/sysemu/arch_init.h | 1 +
> qapi-schema.json | 6 +-
> target-moxie/Makefile.objs | 2 +
> target-moxie/cpu.c | 172 +++++++
> target-moxie/cpu.h | 169 +++++++
> target-moxie/helper.c | 171 +++++++
> target-moxie/helper.h | 9 +
> target-moxie/machine.c | 28 ++
> target-moxie/machine.h | 1 +
> target-moxie/mmu.c | 36 ++
> target-moxie/mmu.h | 19 +
> target-moxie/translate.c | 926 ++++++++++++++++++++++++++++++++++++++
> 23 files changed, 2105 insertions(+), 4 deletions(-)
> create mode 100644 default-configs/moxie-softmmu.mak
> create mode 100644 disas/moxie.c
> create mode 100644 hw/moxie/Makefile.objs
> create mode 100644 hw/moxie/moxiesim.c
> create mode 100644 target-moxie/Makefile.objs
> create mode 100644 target-moxie/cpu.c
> create mode 100644 target-moxie/cpu.h
> create mode 100644 target-moxie/helper.c
> create mode 100644 target-moxie/helper.h
> create mode 100644 target-moxie/machine.c
> create mode 100644 target-moxie/machine.h
> create mode 100644 target-moxie/mmu.c
> create mode 100644 target-moxie/mmu.h
> create mode 100644 target-moxie/translate.c
>
> --
> 1.8.1.4
>
next prev parent reply other threads:[~2013-03-15 12:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-10 14:07 [Qemu-devel] [PATCH v10 0/4] Moxie CPU port Anthony Green
2013-03-10 14:07 ` [Qemu-devel] [PATCH v10 1/4] Add moxie target code Anthony Green
2013-03-10 14:07 ` [Qemu-devel] [PATCH v10 2/4] Add moxie disassembler Anthony Green
2013-03-10 14:07 ` [Qemu-devel] [PATCH v10 3/4] Add sample moxie system Anthony Green
2013-03-10 14:07 ` [Qemu-devel] [PATCH v10 4/4] Add top level changes for moxie Anthony Green
2013-03-15 12:33 ` Anthony Green [this message]
2013-03-17 20:47 ` [Qemu-devel] [PATCH v10 0/4] Moxie CPU port Blue Swirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CACxje58sQEazAHLx_iHoCU7n2UKbY5avaRcYBt09eBnvSwewOA@mail.gmail.com \
--to=green@moxielogic.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).