Re: [PATCH-for-9.0] meson: Allow building binary with no target-specific files in hw/

2023-12-13 Thread Philippe Mathieu-Daudé
Hi Paolo, No objection if I queue this patch? On 21/11/23 21:31, Philippe Mathieu-Daudé wrote: Allow building a qemu-system-foo binary with target-agnostic only HW models. Signed-off-by: Philippe Mathieu-Daudé --- Although this is for 9.0, I wanted to post it today to celebrate :) Once revi

[PATCH-for-9.0] meson: Allow building binary with no target-specific files in hw/

2023-11-21 Thread Philippe Mathieu-Daudé
Allow building a qemu-system-foo binary with target-agnostic only HW models. Signed-off-by: Philippe Mathieu-Daudé --- Although this is for 9.0, I wanted to post it today to celebrate :) Once reviewed I plan to queue it via my heterogenenous-cpus tree. --- meson.build | 8 +--- 1 file chan