summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:33:41 +0200
committerPaolo Bonzini2022-04-28 08:52:20 +0200
commit3730a7341f19cbadde4d12e214b7a82b9de01f75 (patch)
tree73a1c076bdbbb7efa8a3231d83a2312009996520 /meson_options.txt
parentconfigure, meson: move OpenGL check to meson (diff)
downloadqemu-3730a7341f19cbadde4d12e214b7a82b9de01f75.tar.gz
qemu-3730a7341f19cbadde4d12e214b7a82b9de01f75.tar.xz
qemu-3730a7341f19cbadde4d12e214b7a82b9de01f75.zip
meson, configure: move RDMA options to meson
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index dbcf9722bb..3bdf409497 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -151,6 +151,10 @@ option('rbd', type : 'feature', value : 'auto',
description: 'Ceph block device driver')
option('opengl', type : 'feature', value : 'auto',
description: 'OpenGL support')
+option('rdma', type : 'feature', value : 'auto',
+ description: 'Enable RDMA-based migration')
+option('pvrdma', type : 'feature', value : 'auto',
+ description: 'Enable PVRDMA support')
option('gtk', type : 'feature', value : 'auto',
description: 'GTK+ user interface')
option('sdl', type : 'feature', value : 'auto',