[PATCH 0/1] accel/tcg: Fix computing is_write for mips

Kele Huang posted 1 patch 3 years, 6 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200910074342.20421-1-kele.hwang@gmail.com
Maintainers: Richard Henderson <rth@twiddle.net>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Paolo Bonzini <pbonzini@redhat.com>, Riku Voipio <riku.voipio@iki.fi>, Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
accel/tcg/user-exec.c | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
[PATCH 0/1] accel/tcg: Fix computing is_write for mips
Posted by Kele Huang 3 years, 6 months ago
Detect mips store instructions SWXC1 and SDXC1 for MIPS64 since
MIPS64r1, and MIPS32 since MIPS32r2.

Can work better with self-modifying codes (SMC) now.

Kele Huang (1):
  accel/tcg: Fix computing is_write for mips

 accel/tcg/user-exec.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

-- 
2.17.1