]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Drop gen_io_end()
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 24 Jul 2021 13:49:02 +0000 (14:49 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 8 Sep 2021 10:09:45 +0000 (11:09 +0100)
commitf383eb80f6823663b9b440f779083063ef55aec0
tree32804be9eba7bc9baad1e189cc094ed5e191f14a
parentb5328172a94b223da742dc73555469b6418535ab
tcg: Drop gen_io_end()

Now we have removed all the uses of gen_io_end() from target frontends,
the only callsite is inside gen_tb_start(). Inline the code there,
and remove the reference to it from the documentation.

While we are inlining the code, switch it to use tcg_constant_i32()
so we don't have to manually create and destroy a TCG temporary.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210724134902.7785-3-peter.maydell@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
docs/devel/tcg-icount.rst
include/exec/gen-icount.h