mbox series

[RFC,v2,0/3] target/mips: Report unimplemented cache() operations

Message ID 20200813181527.22551-1-f4bug@amsat.org
Headers show
Series target/mips: Report unimplemented cache() operations | expand

Message

Philippe Mathieu-Daudé Aug. 13, 2020, 6:15 p.m. UTC
Few patches to improve the handling of the 'cache' opcode.

I'm not sure why helper_cache() is generated for user-only mode.

v1 was:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg727959.html
Supersedes: <20200806122612.17167-1-f4bug@amsat.org>

Philippe Mathieu-Daudé (3):
  target/mips/op_helper: Convert multiple if() to switch case
  target/mips/op_helper: Document Invalidate/Writeback opcodes as no-op
  target/mips/op_helper: Log unimplemented cache opcode

 target/mips/op_helper.c | 27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)

Comments

Philippe Mathieu-Daudé Oct. 9, 2020, 3:51 p.m. UTC | #1
On 8/13/20 8:15 PM, Philippe Mathieu-Daudé wrote:
> Few patches to improve the handling of the 'cache' opcode.

> 

> I'm not sure why helper_cache() is generated for user-only mode.

> 

> v1 was:

> https://www.mail-archive.com/qemu-devel@nongnu.org/msg727959.html

> Supersedes: <20200806122612.17167-1-f4bug@amsat.org>

> 

> Philippe Mathieu-Daudé (3):

>    target/mips/op_helper: Convert multiple if() to switch case

>    target/mips/op_helper: Document Invalidate/Writeback opcodes as no-op

>    target/mips/op_helper: Log unimplemented cache opcode


Thanks, added to mips-next (addressing Richard comments).