]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 9 May 2013 15:30:28 +0000 (19:30 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 14 May 2013 20:47:53 +0000 (15:47 -0500)
commit3accab7365f75b9017182ffdc1af50f30eb3be5d
tree5172a66f06182bf8d90a0170247e712c1faddc92
parent60259539ee9f3b2e5c18fcae2938e7db9ff1e9c0
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>
(cherry picked from commit 0980011b4f66482d2733ab2dd0f2f61747772c6b)

Conflicts:
tcg/tcg.h

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
cpu-exec.c
include/exec/gen-icount.h
tcg/tcg.h