mbox series

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

Message ID 20200910074342.20421-1-kele.hwang@gmail.com
Headers show
Series accel/tcg: Fix computing is_write for mips | expand

Message

Kele Huang Sept. 10, 2020, 7:43 a.m. UTC
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(+)