summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2021-10-07 15:08:20 +0200
committerPaolo Bonzini2021-10-14 09:50:57 +0200
commitff66f3e55b5a8d95f0af1b7573bbcad5212b0ce7 (patch)
tree3a6269b246dea578c658295e12394d9c894e73fd /meson_options.txt
parentconfigure, meson: move pthread_setname_np checks to Meson (diff)
downloadqemu-ff66f3e55b5a8d95f0af1b7573bbcad5212b0ce7.tar.gz
qemu-ff66f3e55b5a8d95f0af1b7573bbcad5212b0ce7.tar.xz
qemu-ff66f3e55b5a8d95f0af1b7573bbcad5212b0ce7.zip
configure, meson: move libaio check to meson.build
Message-Id: <20211007130829.632254-10-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8f9c3b5b17..904e15d54c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -103,6 +103,8 @@ option('libusb', type : 'feature', value : 'auto',
description: 'libusb support for USB passthrough')
option('libxml2', type : 'feature', value : 'auto',
description: 'libxml2 support for Parallels image format')
+option('linux_aio', type : 'feature', value : 'auto',
+ description: 'Linux AIO support')
option('linux_io_uring', type : 'feature', value : 'auto',
description: 'Linux io_uring support')
option('lzfse', type : 'feature', value : 'auto',