summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:33:46 +0200
committerPaolo Bonzini2022-04-28 08:52:22 +0200
commit2cb2f5804c26a767f29eb032aebf9d063d9f0ced (patch)
treef51569252613e68cd88ccf250598c0f3c95a6d2b /meson_options.txt
parentmeson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.h (diff)
downloadqemu-2cb2f5804c26a767f29eb032aebf9d063d9f0ced.tar.gz
qemu-2cb2f5804c26a767f29eb032aebf9d063d9f0ced.tar.xz
qemu-2cb2f5804c26a767f29eb032aebf9d063d9f0ced.zip
meson, configure: move --enable-module-upgrades 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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 65f7010bae..af432a4ee6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -34,6 +34,8 @@ option('fuzzing', type : 'boolean', value: false,
description: 'build fuzzing targets')
option('gettext', type : 'feature', value : 'auto',
description: 'Localization of the GTK+ user interface')
+option('module_upgrades', type : 'boolean', value : false,
+ description: 'try to load modules from alternate paths for upgrades')
option('install_blobs', type : 'boolean', value : true,
description: 'install provided firmware blobs')
option('sparse', type : 'feature', value : 'auto',