commit | 29b99802aaf519c3c5b9ac8f713458908cf70799 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Aug 16 14:12:59 2024 +1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 11 19:54:51 2024 -0700 |
tree | 9fbd3be3ced6171bd0a2cbbef3b198df8374d0e2 | |
parent | 5a165e2615736a60acce94fbd4e66eda5ba92268 [diff] |
target/sparc: Implement STDFQ Invalid encoding of addr should raise TT_ILL_INSN, so check before supervisor, which might raise TT_PRIV_INSN. Clear QNE after execution. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2340 Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Tested-by: Carl Hauser <chauser@pullman.com>