]> git.proxmox.com Git - qemu.git/commit - cpu-exec.c
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Feb 2013 18:10:00 +0000 (18:10 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Mar 2013 14:28:19 +0000 (14:28 +0000)
commit0980011b4f66482d2733ab2dd0f2f61747772c6b
treeecf9d171341120c519fa34aea30841223d66c8fd
parent07ca08bac88f116e9beb05d48d07b406ace8fbc0
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses

Document tcg_qemu_tb_exec(). In particular, its return value is a
combination of a pointer to the next translation block and some
extra information in the low two bits. Provide some #defines for
the values passed in these bits to improve code clarity.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-exec.c
include/exec/gen-icount.h
tcg/tcg.h