From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [PULL 0/3] M68k next patches
Date: Wed, 26 Jun 2019 18:20:57 +0200 [thread overview]
Message-ID: <20190626162100.24774-1-laurent@vivier.eu> (raw)
The following changes since commit 474f3938d79ab36b9231c9ad3b5a9314c2aeacde:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' into staging (2019-06-21 15:40:50 +0100)
are available in the Git repository at:
git://github.com/vivier/qemu-m68k.git tags/m68k-next-pull-request
for you to fetch changes up to c6d0700f57b2c50229a27e31b9f99056a011215f:
linux-user/m68k: remove simulator syscall interface (2019-06-26 17:14:41 +0200)
----------------------------------------------------------------
remove m68k simulator syscall interface
Fix comments format
Fix gdbstub
----------------------------------------------------------------
Laurent Vivier (1):
linux-user/m68k: remove simulator syscall interface
Lucien Murray-Pitts (2):
The m68k gdbstub SR reg request doesnt include Condition-Codes
m68k comments break patch submission due to being incorrectly
formatted
linux-user/Makefile.objs | 1 -
linux-user/m68k-sim.c | 163 ------------------
linux-user/m68k/cpu_loop.c | 17 +-
linux-user/m68k/target_syscall.h | 2 -
linux-user/qemu.h | 1 -
target/m68k/cpu-qom.h | 2 +-
target/m68k/cpu.c | 6 +-
target/m68k/cpu.h | 29 ++--
target/m68k/fpu_helper.c | 6 +-
target/m68k/gdbstub.c | 9 +-
target/m68k/helper.c | 16 +-
target/m68k/m68k-semi.c | 24 ++-
target/m68k/op_helper.c | 58 ++++---
target/m68k/softfloat.c | 181 ++++++++++----------
target/m68k/softfloat.h | 3 +-
target/m68k/softfloat_fpsp_tables.h | 3 +-
target/m68k/translate.c | 246 ++++++++++++++++++----------
17 files changed, 356 insertions(+), 411 deletions(-)
delete mode 100644 linux-user/m68k-sim.c
--
2.21.0
next reply other threads:[~2019-06-26 16:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-26 16:20 Laurent Vivier [this message]
2019-06-26 16:20 ` [Qemu-devel] [PULL 1/3] The m68k gdbstub SR reg request doesnt include Condition-Codes Laurent Vivier
2019-06-26 16:20 ` [Qemu-devel] [PULL 2/3] m68k comments break patch submission due to being incorrectly formatted Laurent Vivier
2019-06-26 16:21 ` [Qemu-devel] [PULL 3/3] linux-user/m68k: remove simulator syscall interface Laurent Vivier
2019-06-26 16:52 ` [Qemu-devel] [PULL 0/3] M68k next patches no-reply
2019-07-01 16:40 ` 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=20190626162100.24774-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/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).