]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/m68k: remove simulator syscall interface
authorLaurent Vivier <laurent@vivier.eu>
Fri, 24 May 2019 16:20:49 +0000 (18:20 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 26 Jun 2019 15:14:41 +0000 (17:14 +0200)
commitc6d0700f57b2c50229a27e31b9f99056a011215f
tree4d8c0973d5093a173a0cb7ad72c344dc701c377b
parent808d77bc5f878a666035d478480b8ed229bd49fe
linux-user/m68k: remove simulator syscall interface

This interface has been introduced in 2005 with the
coldfire implementation (e6e5906b6e ColdFire target.)
and looks like to do what the linux-user interface already
does with the TRAP exception rather than the ILLEGAL
exception.

This interface has not been maintained since that.
The semi-hosting interface is not removed so coldfire kernel
with semi-hosting is always supported.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20190524162049.806-1-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/Makefile.objs
linux-user/m68k-sim.c [deleted file]
linux-user/m68k/cpu_loop.c
linux-user/m68k/target_syscall.h
linux-user/qemu.h