On 1/6/26 3:19 PM, Philippe Mathieu-Daudé wrote:
Currently we can not build files including "exec/watchpoint.h"
as meson common objects because the CONFIG_USER_ONLY definition
is poisoned. We can easily fix that by un-inlining the
user-emulation stubs.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  include/accel/tcg/cpu-ops.h | 17 -----------------
  include/exec/watchpoint.h   | 23 -----------------------
  accel/tcg/user-exec-stub.c  | 33 +++++++++++++++++++++++++++++++++
  3 files changed, 33 insertions(+), 40 deletions(-)


Reviewed-by: Pierrick Bouvier <[email protected]>

Reply via email to