]> git.proxmox.com Git - mirror_qemu.git/commit
Remove unassigned_access CPU hook
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Nov 2019 13:44:16 +0000 (13:44 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
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 <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20191108173732.11816-1-peter.maydell@linaro.org
accel/tcg/cputlb.c
include/hw/core/cpu.h
memory.c