summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:33:52 +0200
committerPaolo Bonzini2022-05-07 07:46:58 +0200
commit41f2ae281953c7f7cfc28c5b93f9e0fb65cbd301 (patch)
tree3d9605f0c4a790d24ea257c7735832d480b3a809 /meson_options.txt
parentconfigure: switch string options to automatic parsing (diff)
downloadqemu-41f2ae281953c7f7cfc28c5b93f9e0fb65cbd301.tar.gz
qemu-41f2ae281953c7f7cfc28c5b93f9e0fb65cbd301.tar.xz
qemu-41f2ae281953c7f7cfc28c5b93f9e0fb65cbd301.zip
meson, configure: move --tls-priority to meson
Use the new support for string option parsing. 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 390701517c..c8e0a10d91 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,6 +14,8 @@ option('sphinx_build', type : 'string', value : '',
description: 'Use specified sphinx-build for building document')
option('iasl', type : 'string', value : '',
description: 'Path to ACPI disassembler')
+option('tls_priority', type : 'string', value : 'NORMAL',
+ description: 'Default TLS protocol/cipher priority string')
option('default_devices', type : 'boolean', value : true,
description: 'Include a default selection of devices in emulators')
option('audio_drv_list', type: 'array', value: ['default'],