qemu/target/microblaze
Peter Maydell bdff8123f2 target/microblaze: Switch to transaction_failed hook
Switch the microblaze 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. For
microblaze this makes no difference because none of the
target CPU code needs to make loads or stores by physical
address.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
[EI: Add space in qemu_log()]
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
2019-01-22 02:10:12 -08:00
..
cpu-qom.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu.c target/microblaze: Switch to transaction_failed hook 2019-01-22 02:10:12 -08:00
cpu.h target/microblaze: Switch to transaction_failed hook 2019-01-22 02:10:12 -08:00
gdbstub.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
helper.c target-microblaze: Consolidate MMU enabled checks 2018-05-29 09:35:15 +02:00
helper.h target-microblaze: Add support for extended access to TLBLO 2018-05-29 09:35:14 +02:00
Makefile.objs Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
microblaze-decode.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
mmu.c target-microblaze: mmu: Correct masking of output addresses 2018-06-15 09:03:55 +02:00
mmu.h target-microblaze: Add support for extended access to TLBLO 2018-05-29 09:35:14 +02:00
op_helper.c target/microblaze: Switch to transaction_failed hook 2019-01-22 02:10:12 -08:00
translate.c target-microblaze: Rework NOP/zero instruction handling 2018-06-15 09:05:00 +02:00