Re: [PATCH] accel: Restrict probe_access*() functions to TCG

2024-05-29 Thread Richard Henderson
On 5/29/24 08:59, Philippe Mathieu-Daudé wrote: 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é --- Based-on:<20240529155548.5878-1-phi...@linaro.org> --- include/exec/exec-al

[PATCH] accel: Restrict probe_access*() functions to TCG

2024-05-29 Thread Philippe Mathieu-Daudé
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é --- Based-on: <20240529155548.5878-1-phi...@linaro.org> --- include/exec/exec-all.h | 7 ++- accel/stubs/tcg-stub.c | 14 --