]> git.proxmox.com Git - mirror_qemu.git/blame - meson_options.txt
MAINTAINERS: Add tests/vm/*bsd to the list to get reviews on
[mirror_qemu.git] / meson_options.txt
CommitLineData
3b4da132
PB
1# These options do not correspond to a --enable/--disable-* option
2# on the configure script command line. If you add more, list them in
3# scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
4
ab4c0996 5option('qemu_suffix', type : 'string', value: 'qemu',
73f3aa37 6 description: 'Suffix for QEMU data/modules/config directories (can be empty)')
491e74c1
MAL
7option('docdir', type : 'string', value : 'doc',
8 description: 'Base directory for documentation installation (can be empty)')
16bf7a33
PB
9option('qemu_firmwarepath', type : 'string', value : '',
10 description: 'search PATH for firmware files')
e3667660
YL
11option('sphinx_build', type : 'string', value : '',
12 description: 'Use specified sphinx-build [$sphinx_build] for building document (default to be empty)')
7bc3ca7f
PB
13option('default_devices', type : 'boolean', value : true,
14 description: 'Include a default selection of devices in emulators')
87430d5b
PB
15option('audio_drv_list', type: 'array', value: ['default'],
16 choices: ['alsa', 'coreaudio', 'default', 'dsound', 'jack', 'oss', 'pa', 'sdl'],
17 description: 'Set audio driver list')
537b7248
PB
18option('fuzzing_engine', type : 'string', value : '',
19 description: 'fuzzing engine library for OSS-Fuzz')
9c29b741
PB
20option('trace_file', type: 'string', value: 'trace',
21 description: 'Trace file prefix for simple backend')
87430d5b 22
3b4da132
PB
23# Everything else can be set via --enable/--disable-* option
24# on the configure script command line. After adding an option
25# here make sure to run "make update-buildoptions".
26
e3667660
YL
27option('docs', type : 'feature', value : 'auto',
28 description: 'Documentations build support')
537b7248
PB
29option('fuzzing', type : 'boolean', value: false,
30 description: 'build fuzzing targets')
0e8e77d4 31option('gettext', type : 'feature', value : 'auto',
cb572714 32 description: 'Localization of the GTK+ user interface')
c8d5450b
PB
33option('install_blobs', type : 'boolean', value : true,
34 description: 'install provided firmware blobs')
deb62371
PB
35option('sparse', type : 'feature', value : 'auto',
36 description: 'sparse checker')
b846ab7c
PB
37option('guest_agent_msi', type : 'feature', value : 'auto',
38 description: 'Build MSI package for the QEMU Guest Agent')
cb572714 39
aa087962
PB
40option('malloc_trim', type : 'feature', value : 'auto',
41 description: 'enable libc malloc_trim() for memory optimization')
42option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'],
43 value: 'system', description: 'choose memory allocator to use')
44
1badb709
PB
45option('kvm', type: 'feature', value: 'auto',
46 description: 'KVM acceleration support')
47option('hax', type: 'feature', value: 'auto',
48 description: 'HAX acceleration support')
49option('whpx', type: 'feature', value: 'auto',
50 description: 'WHPX acceleration support')
51option('hvf', type: 'feature', value: 'auto',
52 description: 'HVF acceleration support')
74a414a1
RZ
53option('nvmm', type: 'feature', value: 'auto',
54 description: 'NVMM acceleration support')
1badb709
PB
55option('xen', type: 'feature', value: 'auto',
56 description: 'Xen backend support')
57option('xen_pci_passthrough', type: 'feature', value: 'auto',
58 description: 'Xen PCI passthrough support')
59option('tcg', type: 'feature', value: 'auto',
60 description: 'TCG support')
23a77b2d 61option('tcg_interpreter', type: 'boolean', value: false,
f1f727ac 62 description: 'TCG with bytecode interpreter (slow)')
9e62ba48
DB
63option('cfi', type: 'boolean', value: 'false',
64 description: 'Control-Flow Integrity (CFI)')
65option('cfi_debug', type: 'boolean', value: 'false',
66 description: 'Verbose errors in case of CFI violation')
106ad1f9
PB
67option('multiprocess', type: 'feature', value: 'auto',
68 description: 'Out of process device emulation support')
142ca628
MAL
69option('dbus_display', type: 'feature', value: 'auto',
70 description: '-display dbus support')
1badb709 71
f7f2d651
PB
72option('attr', type : 'feature', value : 'auto',
73 description: 'attr/xattr support')
05e391ae
PB
74option('auth_pam', type : 'feature', value : 'auto',
75 description: 'PAM access control')
8c6d4ff4
PB
76option('brlapi', type : 'feature', value : 'auto',
77 description: 'brlapi character device driver')
29ba6116
PB
78option('bzip2', type : 'feature', value : 'auto',
79 description: 'bzip2 support for DMG images')
727c8bb8
PB
80option('cap_ng', type : 'feature', value : 'auto',
81 description: 'cap_ng support')
46627f41
AM
82option('bpf', type : 'feature', value : 'auto',
83 description: 'eBPF support')
b4e312e9
PB
84option('cocoa', type : 'feature', value : 'auto',
85 description: 'Cocoa user interface (macOS only)')
f9cd86fe
PB
86option('curl', type : 'feature', value : 'auto',
87 description: 'CURL block device driver')
08821ca2
PB
88option('glusterfs', type : 'feature', value : 'auto',
89 description: 'Glusterfs block device driver')
9db405a3
PB
90option('libiscsi', type : 'feature', value : 'auto',
91 description: 'libiscsi userspace initiator')
30045c05
PB
92option('libnfs', type : 'feature', value : 'auto',
93 description: 'libnfs block device driver')
6ec0e15d
PB
94option('mpath', type : 'feature', value : 'auto',
95 description: 'Multipath persistent reservation passthrough')
5285e593
YL
96option('iconv', type : 'feature', value : 'auto',
97 description: 'Font glyph conversion support')
98option('curses', type : 'feature', value : 'auto',
99 description: 'curses UI')
57612511
PB
100option('gnutls', type : 'feature', value : 'auto',
101 description: 'GNUTLS cryptography support')
102option('nettle', type : 'feature', value : 'auto',
103 description: 'nettle cryptography support')
104option('gcrypt', type : 'feature', value : 'auto',
105 description: 'libgcrypt cryptography support')
83ef1682
PB
106option('libdaxctl', type : 'feature', value : 'auto',
107 description: 'libdaxctl support')
e36e8c70
PB
108option('libpmem', type : 'feature', value : 'auto',
109 description: 'libpmem support')
e6a52b36
TH
110option('libssh', type : 'feature', value : 'auto',
111 description: 'ssh block device support')
5c53015a
PB
112option('libudev', type : 'feature', value : 'auto',
113 description: 'Use libudev to enumerate host devices')
90540f32
PB
114option('libusb', type : 'feature', value : 'auto',
115 description: 'libusb support for USB passthrough')
c5b36c25
PB
116option('libxml2', type : 'feature', value : 'auto',
117 description: 'libxml2 support for Parallels image format')
ff66f3e5
PB
118option('linux_aio', type : 'feature', value : 'auto',
119 description: 'Linux AIO support')
53c22b68
PB
120option('linux_io_uring', type : 'feature', value : 'auto',
121 description: 'Linux io_uring support')
ecea3696
PB
122option('lzfse', type : 'feature', value : 'auto',
123 description: 'lzfse support for DMG images')
0c32a0ae
PB
124option('lzo', type : 'feature', value : 'auto',
125 description: 'lzo compression support')
fabd1e93
PB
126option('rbd', type : 'feature', value : 'auto',
127 description: 'Ceph block device driver')
1b695471
PB
128option('gtk', type : 'feature', value : 'auto',
129 description: 'GTK+ user interface')
cb572714
PB
130option('sdl', type : 'feature', value : 'auto',
131 description: 'SDL user interface')
132option('sdl_image', type : 'feature', value : 'auto',
133 description: 'SDL Image support for icons')
90835c2b
PB
134option('seccomp', type : 'feature', value : 'auto',
135 description: 'seccomp support')
5f364c57
PB
136option('smartcard', type : 'feature', value : 'auto',
137 description: 'CA smartcard emulation support')
241611ea
PB
138option('snappy', type : 'feature', value : 'auto',
139 description: 'snappy compression support')
3f0a5d55
MAL
140option('spice', type : 'feature', value : 'auto',
141 description: 'Spice server support')
142option('spice_protocol', type : 'feature', value : 'auto',
143 description: 'Spice protocol support')
cb572714
PB
144option('u2f', type : 'feature', value : 'auto',
145 description: 'U2F emulation support')
18f31e60
PB
146option('usb_redir', type : 'feature', value : 'auto',
147 description: 'libusbredir support')
eea9453a
TH
148option('l2tpv3', type : 'feature', value : 'auto',
149 description: 'l2tpv3 network backend support')
837b84b1
PB
150option('netmap', type : 'feature', value : 'auto',
151 description: 'netmap network backend support')
e1723999
PB
152option('vde', type : 'feature', value : 'auto',
153 description: 'vde network backend support')
587d59d6
PB
154option('virglrenderer', type : 'feature', value : 'auto',
155 description: 'virgl rendering support')
c1de5858 156option('vnc', type : 'feature', value : 'auto',
cb572714
PB
157 description: 'VNC server')
158option('vnc_jpeg', type : 'feature', value : 'auto',
159 description: 'JPEG lossy compression for VNC server')
160option('vnc_png', type : 'feature', value : 'auto',
161 description: 'PNG compression for VNC server')
162option('vnc_sasl', type : 'feature', value : 'auto',
163 description: 'SASL authentication for VNC server')
c23d7b4e
PB
164option('vte', type : 'feature', value : 'auto',
165 description: 'vte support for the gtk UI')
cb572714
PB
166option('xkbcommon', type : 'feature', value : 'auto',
167 description: 'xkbcommon support')
b1def33d
PB
168option('zstd', type : 'feature', value : 'auto',
169 description: 'zstd compression support')
a484a719
HR
170option('fuse', type: 'feature', value: 'auto',
171 description: 'FUSE block device export')
df4ea709
HR
172option('fuse_lseek', type : 'feature', value : 'auto',
173 description: 'SEEK_HOLE/SEEK_DATA support for FUSE exports')
8b18cdbf 174
9c29b741
PB
175option('trace_backends', type: 'array', value: ['log'],
176 choices: ['dtrace', 'ftrace', 'log', 'nop', 'simple', 'syslog', 'ust'],
177 description: 'Set available tracing backends')
178
87430d5b
PB
179option('alsa', type: 'feature', value: 'auto',
180 description: 'ALSA sound support')
181option('coreaudio', type: 'feature', value: 'auto',
182 description: 'CoreAudio sound support')
183option('dsound', type: 'feature', value: 'auto',
184 description: 'DirectSound sound support')
185option('jack', type: 'feature', value: 'auto',
186 description: 'JACK sound support')
187option('oss', type: 'feature', value: 'auto',
188 description: 'OSS sound support')
189option('pa', type: 'feature', value: 'auto',
190 description: 'PulseAudio sound support')
191
69202b40
PB
192option('vhost_user_blk_server', type: 'feature', value: 'auto',
193 description: 'build vhost-user-blk server')
194option('virtfs', type: 'feature', value: 'auto',
195 description: 'virtio-9p support')
196option('virtiofsd', type: 'feature', value: 'auto',
197 description: 'build virtiofs daemon (virtiofsd)')
198
8b18cdbf
RH
199option('capstone', type: 'combo', value: 'auto',
200 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
201 description: 'Whether and how to find the capstone library')
4d34a86b
PB
202option('slirp', type: 'combo', value: 'auto',
203 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
204 description: 'Whether and how to find the slirp library')
fbb4121d
PB
205option('fdt', type: 'combo', value: 'auto',
206 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
207 description: 'Whether and how to find the libfdt library')
3d212b41
RJ
208
209option('selinux', type: 'feature', value: 'auto',
210 description: 'SELinux support in qemu-nbd')