summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2021-02-17 16:24:25 +0100
committerPaolo Bonzini2021-02-25 14:14:32 +0100
commit106ad1f9c513f48b046e07e45406c339d16e4e2f (patch)
treeac270ac8eb6a1d50c07d3a5e20e57c72cbc8ee9e /meson_options.txt
parentconfigure: fix --enable-fuzzing linker failures (diff)
downloadqemu-106ad1f9c513f48b046e07e45406c339d16e4e2f.tar.gz
qemu-106ad1f9c513f48b046e07e45406c339d16e4e2f.tar.xz
qemu-106ad1f9c513f48b046e07e45406c339d16e4e2f.zip
multiprocess: move feature to meson_options.txt
While at it, improve the description of the feature in the summary and help message. 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 675a9c500a..9734019995 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -45,6 +45,8 @@ option('cfi', type: 'boolean', value: 'false',
description: 'Control-Flow Integrity (CFI)')
option('cfi_debug', type: 'boolean', value: 'false',
description: 'Verbose errors in case of CFI violation')
+option('multiprocess', type: 'feature', value: 'auto',
+ description: 'Out of process device emulation support')
option('attr', type : 'feature', value : 'auto',
description: 'attr/xattr support')