]> git.proxmox.com Git - mirror_qemu.git/blobdiff - meson_options.txt
spapr: Add drc_ prefix to the DRC realize and unrealize functions
[mirror_qemu.git] / meson_options.txt
index b4f18018752712d53cdf7749536caf25b8387652..74ac8535486dc20da2e917b0a6f41ceff77f82bd 100644 (file)
@@ -64,6 +64,12 @@ option('xkbcommon', type : 'feature', value : 'auto',
        description: 'xkbcommon support')
 option('virtiofsd', type: 'feature', value: 'auto',
        description: 'build virtiofs daemon (virtiofsd)')
+option('vhost_user_blk_server', type: 'feature', value: 'auto',
+       description: 'build vhost-user-blk server')
+option('fuse', type: 'feature', value: 'auto',
+       description: 'FUSE block device export')
+option('fuse_lseek', type : 'feature', value : 'auto',
+       description: 'SEEK_HOLE/SEEK_DATA support for FUSE exports')
 
 option('capstone', type: 'combo', value: 'auto',
        choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],