aboutsummaryrefslogtreecommitdiff
path: root/migration/rdma.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-04-21 08:17:23 -0700
committerRichard Henderson <richard.henderson@linaro.org>2022-04-26 08:17:05 -0700
commit410c6aaa3b44d5bdd1af7c1a465be7d5df2dfbf0 (patch)
tree6f4a563e7065afdbc39113f9af2d109466c582fa /migration/rdma.h
parent0e6f22c561a5e9e02dcfa535c4573b0344d4b2ba (diff)
downloadqemu-410c6aaa3b44d5bdd1af7c1a465be7d5df2dfbf0.zip
qemu-410c6aaa3b44d5bdd1af7c1a465be7d5df2dfbf0.tar.gz
qemu-410c6aaa3b44d5bdd1af7c1a465be7d5df2dfbf0.tar.bz2
target/nios2: Implement Misaligned destination exception
Indirect branches, plus eret and bret optionally raise an exception when branching to a misaligned address. The exception is required when an mmu is enabled, but enable it always because the fallback behaviour is not documented (though presumably it discards low bits). For the purposes of the linux-user cpu loop, if EXCP_UNALIGN (misaligned data) were to arrive, it would be treated the same as EXCP_UNALIGND (misaligned destination). See the !defined(CONFIG_NIOS2_ALIGNMENT_TRAP) block in kernel/traps.c. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220421151735.31996-53-richard.henderson@linaro.org>
Diffstat (limited to 'migration/rdma.h')
0 files changed, 0 insertions, 0 deletions