[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/3] M68k next patches
From: |
Laurent Vivier |
Subject: |
[Qemu-devel] [PULL 0/3] M68k next patches |
Date: |
Wed, 26 Jun 2019 18:20:57 +0200 |
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
- [Qemu-devel] [PULL 0/3] M68k next patches,
Laurent Vivier <=