]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 17 Jul 2021 22:18:42 +0000 (15:18 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Jul 2021 17:47:04 +0000 (07:47 -1000)
commitfb957011324bd5e2aa2cdc4e276e8e2a3fb6a167
tree969b511720780f1d59162fc1f738e3e7d66d1dfa
parent84f1561629ba5b6942b6edd825a1d14c9f51a25c
accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain

The purpose of suppressing goto_ptr from -d nochain had been
to return to the main loop so that -d cpu would be recognized.
But we now include -d cpu logging in helper_lookup_tb_ptr so
there is no need to exclude goto_ptr.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210717221851.2124573-5-richard.henderson@linaro.org>
accel/tcg/cpu-exec.c