diff options
author | Huacai Chen <zltjiangshi@gmail.com> | 2020-10-28 12:18:00 +0800 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-11-03 16:51:13 +0100 |
commit | 8a805609d126ff2be9ad9ec118185dfc52633d6f (patch) | |
tree | 2ea63f61aaaa9fd660da9913f10e1e18e1377002 /.gitpublish | |
parent | 89975214e684acb2767d28884610194b96640a12 (diff) | |
download | qemu-8a805609d126ff2be9ad9ec118185dfc52633d6f.zip qemu-8a805609d126ff2be9ad9ec118185dfc52633d6f.tar.gz qemu-8a805609d126ff2be9ad9ec118185dfc52633d6f.tar.bz2 |
target/mips: Add unaligned access support for MIPS64R6 and Loongson-3
MIPSR6 (not only MIPS32R6) processors support unaligned access in
hardware, so set MO_UNALN in their default_tcg_memop_mask. Btw, new
Loongson-3 (such as Loongson-3A4000) also support unaligned access,
since both old and new Loongson-3 use the same binaries, we can simply
set MO_UNALN for all Loongson-3 processors.
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <1604053541-27822-3-git-send-email-chenhc@lemote.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to '.gitpublish')
0 files changed, 0 insertions, 0 deletions