]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add missing FEAT_TLBIOS instructions
authorIdan Horowitz <idan.horowitz@gmail.com>
Fri, 7 Jan 2022 17:07:57 +0000 (17:07 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Jan 2022 17:07:57 +0000 (17:07 +0000)
commitb7469ef92a8034b32031ba22b84fb14046f9770e
tree4e2779ff3d6cfacea8fdd1c0191f265393fd4a83
parentd9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4
target/arm: Add missing FEAT_TLBIOS instructions

Some of the instructions added by the FEAT_TLBIOS extension were forgotten
when the extension was originally added to QEMU.

Fixes: 7113d618505b ("target/arm: Add support for FEAT_TLBIOS")
Signed-off-by: Idan Horowitz <idan.horowitz@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20211231103928.1455657-1-idan.horowitz@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c