Home
last modified time | relevance | path

Searched hist:"1663 e886cb3b609aed05b92c97d24bc6e66110f9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dcpu.hdiff 1663e886cb3b609aed05b92c97d24bc6e66110f9 Mon Nov 06 05:37:45 CST 2023 Philippe Mathieu-Daudé <philmd@linaro.org> target/s390x/cpu: Restrict cpu_get_tb_cpu_state() definition to TCG

cpu_get_tb_cpu_state() is TCG specific. Another accelerator
calling it would be a bug, so restrict the definition to TCG,
along with "tcg_s390x.h" header inclusion.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231106114500.5269-4-philmd@linaro.org>