commit | 99481a098837d6adc24a82d0d3123e675b3e191b | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed May 29 14:06:24 2024 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jul 23 18:08:44 2024 +0200 |
tree | 62231abb7bc0e4ece75533faec46737be6e22563 | |
parent | 3cce8bd4d737f2ca688bbdcb92cd5cc683245bbd [diff] |
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>