exec: Delay CPU_LOG_TB_CPU until we actually execute a TB
commit03afa5f808c5af74fa137a20b10f73b0b30aa563
authorRichard Henderson <rth@twiddle.net>
Wed, 6 Nov 2013 07:29:39 +0000 (6 17:29 +1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:05:29 +0000 (7 11:05 -0800)
tree718ce4378bcfa0b3eb030022747d29c5bff289a6
parentf976b09ea249cccc3fd41c98aaf6512908db0bae
exec: Delay CPU_LOG_TB_CPU until we actually execute a TB

The previous placement could result in duplicate logging while
still processing interrupts.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
cpu-exec.c