]> www.infradead.org Git - users/dwmw2/qemu.git/commit
accel: Restrict probe_access*() functions to TCG
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 29 May 2024 12:06:24 +0000 (14:06 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 23 Jul 2024 16:08:44 +0000 (18:08 +0200)
commit99481a098837d6adc24a82d0d3123e675b3e191b
tree62231abb7bc0e4ece75533faec46737be6e22563
parent3cce8bd4d737f2ca688bbdcb92cd5cc683245bbd
accel: Restrict probe_access*() functions to TCG

This API is specific to TCG (already handled by hardware
accelerators), so restrict it with #ifdef'ry. Remove
unnecessary stubs.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240529155918.6221-1-philmd@linaro.org>
accel/stubs/tcg-stub.c
include/exec/exec-all.h