qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [PATCH 0/5] risu: add m68k target support
Date: Tue,  7 Feb 2017 19:33:51 +0100	[thread overview]
Message-ID: <20170207183356.17840-1-laurent@vivier.eu> (raw)

This series add the files needed to test the m68k target.

For the moment, it doesn't support FPU instructions.

Laurent Vivier (5):
  m68k: implement risugen module
  m68k: implement server and client side
  m68k: add risufile with m68k instructions.
  m68k: add instruction needing an extended word
  m68k: manage memory block

 configure           |   6 +-
 m68k.risu           | 369 +++++++++++++++++++++++++++++++++++++++++++++++++
 risu.h              |   1 +
 risu_m68k.c         | 158 +++++++++++++++++++++
 risu_reginfo_m68k.c | 151 ++++++++++++++++++++
 risu_reginfo_m68k.h |  32 +++++
 risugen             |   2 +-
 risugen_m68k.pm     | 390 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 test_m68k.s         |  28 ++++
 9 files changed, 1134 insertions(+), 3 deletions(-)
 create mode 100644 m68k.risu
 create mode 100644 risu_m68k.c
 create mode 100644 risu_reginfo_m68k.c
 create mode 100644 risu_reginfo_m68k.h
 create mode 100644 risugen_m68k.pm
 create mode 100644 test_m68k.s

-- 
2.9.3

             reply	other threads:[~2017-02-07 18:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-07 18:33 Laurent Vivier [this message]
2017-02-07 18:33 ` [Qemu-devel] [PATCH 1/5] m68k: implement risugen module Laurent Vivier
2017-02-07 18:33 ` [Qemu-devel] [PATCH 2/5] m68k: implement server and client side Laurent Vivier
2017-02-18 22:37   ` Peter Maydell
2017-02-19 11:01     ` Laurent Vivier
2017-02-07 18:33 ` [Qemu-devel] [PATCH 3/5] m68k: add risufile with m68k instructions Laurent Vivier
2017-02-07 18:33 ` [Qemu-devel] [PATCH 4/5] m68k: add instruction needing an extended word Laurent Vivier
2017-02-07 18:33 ` [Qemu-devel] [PATCH 5/5] m68k: manage memory block Laurent Vivier
2017-02-10 15:25 ` [Qemu-devel] [PATCH 0/5] risu: add m68k target support Peter Maydell
2017-02-10 15:33   ` Laurent Vivier
2017-02-10 17:32     ` Peter Maydell
2017-02-10 17:37       ` Peter Maydell

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=20170207183356.17840-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=peter.maydell@linaro.org \
    --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).