]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: Switch to transaction_failed hook
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Dec 2018 16:56:36 +0000 (16:56 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 16 May 2019 19:40:45 +0000 (21:40 +0200)
commite1aaf3a88e95ab007445281e2b2f6e3c8da47f22
tree14e21438e85e04a59212b67ceb6ef736480f260f
parentadcf0bf017351776510121e47b9226095836023c
target/m68k: Switch to transaction_failed hook

Switch the m68k target from the old unassigned_access hook
to the transaction_failed hook.

The notable difference is that rather than it being called
for all physical memory accesses which fail (including
those made by DMA devices or by the gdbstub), it is only
called for those made by the CPU via its MMU. (In previous
commits we put in explicit checks for the direct physical
loads made by the target/m68k code which will no longer
be handled by calling the unassigned_access hook.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20181210165636.28366-4-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/m68k/cpu.c
target/m68k/cpu.h
target/m68k/op_helper.c