All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v8 0/4] Moxie CPU port
@ 2013-03-04 12:29 Anthony Green
  2013-03-04 12:29 ` [Qemu-devel] [PATCH v8 1/4] Add moxie target code Anthony Green
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Anthony Green @ 2013-03-04 12:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Green

Here's version 8.  This one includes Blue's typedef usage suggestion,
and gen_tb_start()/gen_tb_end() as required by Peter Maydell's recent
'get rid of cpu_tb_unlink()' patch series.

Please consider this version for inclusion in qemu.

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                |  172 +++++++
 target-moxie/helper.c             |  170 +++++++
 target-moxie/helper.h             |    9 +
 target-moxie/machine.c            |   27 +
 target-moxie/machine.h            |    2 +
 target-moxie/mmu.c                |   36 ++
 target-moxie/mmu.h                |   19 +
 target-moxie/translate.c          | 1012 +++++++++++++++++++++++++++++++++++++
 23 files changed, 2193 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-07 23:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04 12:29 [Qemu-devel] [PATCH v8 0/4] Moxie CPU port Anthony Green
2013-03-04 12:29 ` [Qemu-devel] [PATCH v8 1/4] Add moxie target code Anthony Green
2013-03-05 15:38   ` Richard Henderson
2013-03-04 12:29 ` [Qemu-devel] [PATCH v8 2/4] Add moxie disassembler Anthony Green
2013-03-04 12:29 ` [Qemu-devel] [PATCH v8 3/4] Add sample moxie system Anthony Green
2013-03-04 12:29 ` [Qemu-devel] [PATCH v8 4/4] Add top level changes for moxie Anthony Green
2013-03-07 23:51 ` [Qemu-devel] [PATCH v8 0/4] Moxie CPU port Anthony Green

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.