]> git.proxmox.com Git - mirror_qemu.git/commit - target/alpha/helper.c
target/alpha: Mask IOV exception with INV for user-only
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 21 Sep 2019 04:32:55 +0000 (21:32 -0700)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 26 Sep 2019 18:00:53 +0000 (19:00 +0100)
commit8009307031affdd0311750d9b5684f6d5a908ab9
tree352d4041c2d684a3b8c02caaed672ff4614a4136
parenta8938e5fdbfc4ba6ac5dab2f25f6d5ca5fc8db2c
target/alpha: Mask IOV exception with INV for user-only

The kernel masks the integer overflow exception with the
software invalid exception mask.  Include IOV in the set
of exception bits masked by fpcr_exc_enable.

Fixes the new float_convs test.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20190921043256.4575-7-richard.henderson@linaro.org>
target/alpha/helper.c