qemu-patch-raspberry4/accel
Kele Huang 62475e9d00 accel/tcg: Fix computing of is_write for MIPS
Detect all MIPS store instructions in cpu_signal_handler for all available
MIPS versions, and set is_write if encountering such store instructions.

This fixed the error while dealing with self-modified code for MIPS.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Kele Huang <kele.hwang@gmail.com>
Signed-off-by: Xu Zou <iwatchnima@gmail.com>
Message-Id: <20201002081420.10814-1-kele.hwang@gmail.com>
[rth: Use uintptr_t for pc to fix n32 build error.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2020-10-08 05:57:32 -05:00
..
kvm kvm: kvm_init_vcpu take Error pointer 2020-10-05 16:41:22 +02:00
qtest cpus: extract out qtest-specific code to accel/qtest 2020-10-05 16:41:22 +02:00
stubs kvm: remove kvm specific functions from global includes 2020-10-05 16:41:22 +02:00
tcg accel/tcg: Fix computing of is_write for MIPS 2020-10-08 05:57:32 -05:00
xen
accel.c
Kconfig
meson.build cpus: extract out qtest-specific code to accel/qtest 2020-10-05 16:41:22 +02:00