]> Git Repo - qemu.git/commit
Remove unassigned_access CPU hook
authorPeter Maydell <[email protected]>
Mon, 11 Nov 2019 13:44:16 +0000 (13:44 +0000)
committerPeter Maydell <[email protected]>
Mon, 11 Nov 2019 13:44:16 +0000 (13:44 +0000)
commit894d354fd834476ebc347cdd2706533b7cc761d5
treeb08f6fa08649780be57482e9ab12580e68fb1d31
parentaf2a580f7e09359f882014e47a91e620a325537b
Remove unassigned_access CPU hook

All targets have now migrated away from the old unassigned_access
hook to the new do_transaction_failed hook. This means we can remove
the core-code infrastructure for that hook and the code that calls it.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-id: 20191108173732[email protected]
accel/tcg/cputlb.c
include/hw/core/cpu.h
memory.c
This page took 0.027575 seconds and 4 git commands to generate.