Re: [PATCH 10/10] plugins/api: build only once

2025-02-25 Thread Richard Henderson
On 2/25/25 03:08, Alex Bennée wrote: Now all the softmmu/user-mode stuff has been split out we can build this compilation unit only once. Signed-off-by: Alex Bennée --- plugins/api.c | 11 --- plugins/meson.build | 3 +-- 2 files changed, 1 insertion(+), 13 deletions(-) Revi

[PATCH 10/10] plugins/api: build only once

2025-02-25 Thread Alex Bennée
Now all the softmmu/user-mode stuff has been split out we can build this compilation unit only once. Signed-off-by: Alex Bennée --- plugins/api.c | 11 --- plugins/meson.build | 3 +-- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/plugins/api.c b/plugins/api.c ind