]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Remove default_exception_el
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Jun 2022 13:32:34 +0000 (14:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Jun 2022 13:32:34 +0000 (14:32 +0100)
commit82303761c6fccfd7b166949149fedae9cee15efd
treed1b03ba40dfa04d150fe133697374c7387997283
parenteeaf596022233818476bf2d1c7a41011fbba7faa
target/arm: Remove default_exception_el

This function is no longer used.  At the same time, remove
DisasContext.secure_routed_to_el3, as it in turn becomes unused.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220609202901.1177572-21-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c
target/arm/translate.c
target/arm/translate.h