]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Check access permission to ADDVL/ADDPL/RDVL
authorAmir Charif <amir.charif@cea.fr>
Fri, 15 Mar 2019 11:12:29 +0000 (11:12 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Mar 2019 11:12:29 +0000 (11:12 +0000)
commit5de56742a3c91de3d646326bec43a989bba83ca4
treebaa8a2a52fa042898b594ef4dc081de7325a5683
parentdeb224bc72287383655f86a13b934477c1e5c10d
target/arm: Check access permission to ADDVL/ADDPL/RDVL

These instructions do not trap when SVE is disabled in EL0,
causing them to be executed with wrong size information.

Signed-off-by: Amir Charif <amir.charif@cea.fr>
Message-id: 1552579248-31025-1-git-send-email-amir.charif@cea.fr
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: added 'target/arm' prefix to subject]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-sve.c