Re: [PATCH v5 1/1] accel/tcg: Fix computing of is_write for MIPS

2020-10-05 Thread Richard Henderson
On 10/2/20 3:14 AM, Kele Huang wrote: > 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

[PATCH v5 1/1] accel/tcg: Fix computing of is_write for MIPS

2020-10-02 Thread Kele Huang
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 Signed-off-by: Kele Huang Signed-off-by: Xu Zou