All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/3] target/mips: Report unimplemented cache() operations
@ 2020-08-13 18:15 Philippe Mathieu-Daudé
  2020-08-13 18:15 ` [RFC PATCH v2 1/3] target/mips/op_helper: Convert multiple if() to switch case Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-08-13 18:15 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Aleksandar Rikalo, Philippe Mathieu-Daudé,
	Aleksandar Markovic, Aurelien Jarno

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(-)

-- 
2.21.3



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-09 15:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13 18:15 [RFC PATCH v2 0/3] target/mips: Report unimplemented cache() operations Philippe Mathieu-Daudé
2020-08-13 18:15 ` [RFC PATCH v2 1/3] target/mips/op_helper: Convert multiple if() to switch case Philippe Mathieu-Daudé
2020-08-14  2:43   ` Jiaxun Yang
2020-08-13 18:15 ` [RFC PATCH v2 2/3] target/mips/op_helper: Document Invalidate/Writeback opcodes as no-op Philippe Mathieu-Daudé
2020-08-13 19:51   ` Richard Henderson
2020-08-14  2:44   ` Jiaxun Yang
2020-08-13 18:15 ` [RFC PATCH v2 3/3] target/mips/op_helper: Log unimplemented cache opcode Philippe Mathieu-Daudé
2020-08-13 19:50   ` Richard Henderson
2020-10-09 15:51 ` [RFC PATCH v2 0/3] target/mips: Report unimplemented cache() operations Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.