hw/mips/mips_jazz: Remove no-longer-necessary override of do_unassigned_access
commit6626286e50d813e1ee79629cb5699c8c2d09fdda
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Aug 2019 16:04:58 +0000 (2 17:04 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 12 Sep 2019 16:25:34 +0000 (12 18:25 +0200)
treee2ffd4c4f029600535c329273ec0d8f18c7525b3
parent4f02a06d50ef0081089ed8cb3ec7c7986e3c95f8
hw/mips/mips_jazz: Remove no-longer-necessary override of do_unassigned_access

Now that the MIPS CPU implementation uses the new
do_transaction_failed hook, we can remove the old code that handled
the do_unassigned_access hook.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Hervé Poussineau <hpoussin@reactos.org>
Message-Id: <20190802160458.25681-4-peter.maydell@linaro.org>
hw/mips/mips_jazz.c