Re: [PATCH 03/14] plugins/api: Only include 'exec/ram_addr.h' with system emulation

2024-04-28 Thread Richard Henderson
On 4/27/24 08:57, Philippe Mathieu-Daudé wrote: "exec/ram_addr.h" shouldn't be used with user emulation. Signed-off-by: Philippe Mathieu-Daudé --- plugins/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Richard Henderson r~

[PATCH 03/14] plugins/api: Only include 'exec/ram_addr.h' with system emulation

2024-04-27 Thread Philippe Mathieu-Daudé
"exec/ram_addr.h" shouldn't be used with user emulation. Signed-off-by: Philippe Mathieu-Daudé --- plugins/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/api.c b/plugins/api.c index 8fa5a600ac..eaee344d8e 100644 --- a/plugins/api.c +++ b/plugins/api.c @@