On 2/24/26 10:20 AM, Philippe Mathieu-Daudé wrote:
Move stubs to the global stub_ss[] source set. These files
are now built once for all binaries, instead of one time
per system binary.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
hw/cxl/meson.build | 4 ++--
hw/i386/kvm/meson.build | 5 +----
hw/mem/meson.build | 4 ++--
hw/pci/meson.build | 2 +-
hw/smbios/meson.build | 10 +++++-----
hw/usb/meson.build | 3 ++-
hw/virtio/meson.build | 9 +++------
7 files changed, 16 insertions(+), 21 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>