From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [PULL 00/17] M68k for 2.12 patches
Date: Thu, 4 Jan 2018 17:42:34 +0100 [thread overview]
Message-ID: <20180104164251.26494-1-laurent@vivier.eu> (raw)
The following changes since commit 281f327487c9c9b1599f93c589a408bbf4a651b8:
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request' into staging (2017-12-22 00:11:36 +0000)
are available in the Git repository at:
git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.12-pull-request
for you to fetch changes up to cc5230267678c26b7f96157086f45fd8a347eb21:
target/m68k: fix m68k_cpu_dump_state() (2018-01-04 17:24:35 +0100)
----------------------------------------------------------------
----------------------------------------------------------------
Laurent Vivier (17):
target-m68k: sync CC_OP before gen_jmp_tb()
target/m68k: fix gen_get_ccr()
linux-user, m68k: correctly manage SR in context
target/m68k: use insn_pc to generate instruction fault address
target/m68k: add CPU_LOG_INT trace
target/m68k: manage 680x0 stack frames
target/m68k: add chk and chk2
target/m68k: add move16
target/m68k: softmmu cleanup
target/m68k: add cpush/cinv
target/m68k: add reset
target/m68k: implement fsave/frestore
target/m68k: move CCR/SR functions
target/m68k: add 680x0 "move to SR" instruction
target/m68k: add andi/ori/eori to SR/CCR
target/m68k: add the Interrupt Stack Pointer
target/m68k: fix m68k_cpu_dump_state()
linux-user/main.c | 7 +
linux-user/signal.c | 7 +-
target/m68k/cpu.c | 20 +-
target/m68k/cpu.h | 84 +++++++-
target/m68k/gdbstub.c | 2 +-
target/m68k/helper.c | 99 +++++++++-
target/m68k/helper.h | 11 +-
target/m68k/monitor.c | 1 +
target/m68k/op_helper.c | 338 +++++++++++++++++++++++++++++++-
target/m68k/translate.c | 497 ++++++++++++++++++++++++++++++++++++++----------
10 files changed, 937 insertions(+), 129 deletions(-)
--
2.14.3
next reply other threads:[~2018-01-04 16:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-04 16:42 Laurent Vivier [this message]
2018-01-04 16:42 ` [Qemu-devel] [PULL 01/17] target-m68k: sync CC_OP before gen_jmp_tb() Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 02/17] target/m68k: fix gen_get_ccr() Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 03/17] linux-user, m68k: correctly manage SR in context Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 04/17] target/m68k: use insn_pc to generate instruction fault address Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 05/17] target/m68k: add CPU_LOG_INT trace Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 06/17] target/m68k: manage 680x0 stack frames Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 07/17] target/m68k: add chk and chk2 Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 08/17] target/m68k: add move16 Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 09/17] target/m68k: softmmu cleanup Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 10/17] target/m68k: add cpush/cinv Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 11/17] target/m68k: add reset Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 12/17] target/m68k: implement fsave/frestore Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 13/17] target/m68k: move CCR/SR functions Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 14/17] target/m68k: add 680x0 "move to SR" instruction Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 15/17] target/m68k: add andi/ori/eori to SR/CCR Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 16/17] target/m68k: add the Interrupt Stack Pointer Laurent Vivier
2018-01-04 16:42 ` [Qemu-devel] [PULL 17/17] target/m68k: fix m68k_cpu_dump_state() Laurent Vivier
2018-01-08 22:13 ` [Qemu-devel] [PULL 00/17] M68k for 2.12 patches Peter Maydell
[not found] <mailman.16196.1515084191.27993.qemu-devel@nongnu.org>
2018-01-04 17:09 ` Programmingkid
2018-01-04 17:32 ` Laurent Vivier
2018-01-04 19:26 ` Programmingkid
2018-01-04 19:52 ` Laurent Vivier
2018-01-04 20:12 ` Programmingkid
2018-01-04 22:50 ` Programmingkid
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=20180104164251.26494-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--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).