target/mips/op_helper: Log unimplemented cache opcode
commit88a844545e0fb1fa95a55888fb31024fcfc9720b
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 13 Aug 2020 17:48:32 +0000 (13 19:48 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 17 Oct 2020 09:13:15 +0000 (17 11:13 +0200)
treea9e663b59683e3466517519820211847ebcdbc86
parent45964263e42b9728dd206936c157bfd1bdb6918a
target/mips/op_helper: Log unimplemented cache opcode

In case the guest uses a cache opcode we are not expecting,
log it to give us a chance to notice it, in case we should
actually do something.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20200813181527.22551-4-f4bug@amsat.org>
target/mips/op_helper.c