]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Fix exception case in allocation_tag_mem_probe
authorGustavo Romero <gustavo.romero@linaro.org>
Fri, 5 Jul 2024 08:40:40 +0000 (09:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 11:35:07 +0000 (12:35 +0100)
commit41bfb6704eed12015ddead4e507b97b39b1ff5f6
tree1ee8604e25c05441a5acff5316efe10ad9e9a42d
parent60f4ce8e2cb9afebc7f3e40062087b91b7243c36
target/arm: Fix exception case in allocation_tag_mem_probe

If page in 'ptr_access' is inaccessible and probe is 'true'
allocation_tag_mem_probe should not throw an exception, but currently it
does, so fix it.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240628050850.536447-5-gustavo.romero@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240705084047.857176-34-alex.bennee@linaro.org>
target/arm/tcg/mte_helper.c