On 2/28/21 8:14 AM, Philippe Mathieu-Daudé wrote: >> + /* Used for the jazz board to modify mips_cpu_do_transaction_failed. */ > > Isn't it possible to have other (old) boards doing something similar?
It's possible, but I doubt any need to. I think the comment in hw/mips/jazz.c is correct, in essence. That we're simply being bug-compatible with older qemu, and that real jazz hw does not discriminate between instruction and data loads. r~