]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/meson.build
semihosting: Use struct gdb_stat in common_semi_flen_cb
[mirror_qemu.git] / stubs / meson.build
index d359cbe1ad75aa7fb6e4f1d02b44d66bc1b48d46..d8f3fd5c44f2ad3254f94ba776915d8101bd8ae8 100644 (file)
@@ -17,6 +17,9 @@ if linux_io_uring.found()
   stub_ss.add(files('io_uring.c'))
 endif
 stub_ss.add(files('iothread-lock.c'))
+if have_block
+  stub_ss.add(files('iothread-lock-block.c'))
+endif
 stub_ss.add(files('isa-bus.c'))
 stub_ss.add(files('is-daemonized.c'))
 if libaio.found()
@@ -57,3 +60,4 @@ if have_system
 else
   stub_ss.add(files('qdev.c'))
 endif
+stub_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_false: files('vfio-user-obj.c'))