qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

target/sparc: Translate flushw opcode

The ifdef logic should unconditionally compile in the `xop == 0x2b` case
when targeting sparc64.

Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200625091204.3186186-2-laurent@vivier.eu>

authored by

Giuseppe Musacchio and committed by
Laurent Vivier
aa04c9d9 e7651153

+2
+2
target/sparc/translate.c
··· 3663 3663 #endif 3664 3664 gen_store_gpr(dc, rd, cpu_tmp0); 3665 3665 break; 3666 + #endif 3667 + #if defined(TARGET_SPARC64) || !defined(CONFIG_USER_ONLY) 3666 3668 } else if (xop == 0x2b) { /* rdtbr / V9 flushw */ 3667 3669 #ifdef TARGET_SPARC64 3668 3670 gen_helper_flushw(cpu_env);