qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/17] M68k for 2.12 patches
@ 2018-01-04 16:42 Laurent Vivier
  2018-01-04 16:42 ` [Qemu-devel] [PULL 01/17] target-m68k: sync CC_OP before gen_jmp_tb() Laurent Vivier
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Laurent Vivier @ 2018-01-04 16:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier

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

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

end of thread, other threads:[~2018-01-08 22:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-04 16:42 [Qemu-devel] [PULL 00/17] M68k for 2.12 patches Laurent Vivier
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

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).