On 3/17/26 20:42, Pierrick Bouvier wrote:
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Pierrick Bouvier <[email protected]>
---
  hw/vfio/meson.build | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/vfio/meson.build b/hw/vfio/meson.build
index bab5f2b7f15..fa0ea6ecf0e 100644
--- a/hw/vfio/meson.build
+++ b/hw/vfio/meson.build
@@ -20,7 +20,7 @@ vfio_ss.add(when: 'CONFIG_VFIO_AP', if_true: files('ap.c'))
  vfio_ss.add(when: 'CONFIG_VFIO_IGD', if_true: files('igd.c'))
  stub_ss.add(files('igd-stubs.c'))
-specific_ss.add_all(when: 'CONFIG_VFIO', if_true: vfio_ss)
+system_ss.add_all(when: 'CONFIG_VFIO', if_true: vfio_ss)
system_ss.add(when: 'CONFIG_VFIO', if_true: files(
    'cpr.c',


Reviewed-by: Cédric Le Goater <[email protected]>

Thanks,

C.


Reply via email to