]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/translate.c
SPARC64: add icount support
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 15 Jun 2018 07:33:03 +0000 (08:33 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 17 Jun 2018 10:13:06 +0000 (11:13 +0100)
commit46bb0137b8266ab8dedc3b9712f3d246bbd686ba
treeba14d1cb11b168cc8c1b3c18a27ee34ca51e25c1
parenta2a5a7b5e21da225e91304dd0816d0c8f7d40bb9
SPARC64: add icount support

This patch adds gen_io_start()/gen_io_end() to various instructions as required
in order to boot my OpenBIOS test images on qemu-system-sparc64 with icount
enabled.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
target/sparc/translate.c