qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] M68k next patches
@ 2019-06-26 16:20 Laurent Vivier
  2019-06-26 16:20 ` [Qemu-devel] [PULL 1/3] The m68k gdbstub SR reg request doesnt include Condition-Codes Laurent Vivier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Laurent Vivier @ 2019-06-26 16:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, Laurent Vivier

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



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

end of thread, other threads:[~2019-07-02  2:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-26 16:20 [Qemu-devel] [PULL 0/3] M68k next patches Laurent Vivier
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

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