hw/vfio: all vfio files can now be common files
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Tested-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20260318174733.1717643-9-pierrick.bouvier@linaro.org Signed-off-by: Cédric Le Goater <clg@redhat.com>
Pierrick Bouvier committed
Mar 18, 2026 at 10:47 UTC
4bd49cd2630f5f5300762ef233d8dd9307ba37c4
1 file changed
+1
-1
hw/vfio/meson.build
+1
-1
@@ -20,7 +20,7 @@ vfio_ss.add(when: 'CONFIG_VFIO_AP', if_true: files('ap.c'))
20
vfio_ss.add(when: 'CONFIG_VFIO_IGD', if_true: files('igd.c'))
21
stub_ss.add(files('igd-stubs.c'))
22
23
-specific_ss.add_all(when: 'CONFIG_VFIO', if_true: vfio_ss)
23
+system_ss.add_all(when: 'CONFIG_VFIO', if_true: vfio_ss)
24
25
system_ss.add(when: 'CONFIG_VFIO', if_true: files(
26
'cpr.c',