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

2020-09-27 Thread Kele Huang
Sorry about that, I only got maintainers by './scripts/get_maintainer.pl -f accel/tcg/user-exec.c' and missed your advice about maintainers. In another words, I thought I had Cc'ed the TCG MIPS maintainers. 😅 And sorry to maintainers. 😅 On Sun, 27 Sep 2020 at 16:41, Philippe Mathieu-Daudé wrote:

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

2020-09-27 Thread Philippe Mathieu-Daudé
On 9/27/20 10:20 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 Henderso

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

2020-09-27 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