]>
Commit | Line | Data |
---|---|---|
ab4c0996 | 1 | option('qemu_suffix', type : 'string', value: 'qemu', |
73f3aa37 | 2 | description: 'Suffix for QEMU data/modules/config directories (can be empty)') |
491e74c1 MAL |
3 | option('docdir', type : 'string', value : 'doc', |
4 | description: 'Base directory for documentation installation (can be empty)') | |
16bf7a33 PB |
5 | option('qemu_firmwarepath', type : 'string', value : '', |
6 | description: 'search PATH for firmware files') | |
e3667660 YL |
7 | option('sphinx_build', type : 'string', value : '', |
8 | description: 'Use specified sphinx-build [$sphinx_build] for building document (default to be empty)') | |
cb572714 | 9 | |
e3667660 YL |
10 | option('docs', type : 'feature', value : 'auto', |
11 | description: 'Documentations build support') | |
0e8e77d4 | 12 | option('gettext', type : 'feature', value : 'auto', |
cb572714 | 13 | description: 'Localization of the GTK+ user interface') |
c8d5450b PB |
14 | option('install_blobs', type : 'boolean', value : true, |
15 | description: 'install provided firmware blobs') | |
deb62371 PB |
16 | option('sparse', type : 'feature', value : 'auto', |
17 | description: 'sparse checker') | |
cb572714 | 18 | |
aa087962 PB |
19 | option('malloc_trim', type : 'feature', value : 'auto', |
20 | description: 'enable libc malloc_trim() for memory optimization') | |
21 | option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'], | |
22 | value: 'system', description: 'choose memory allocator to use') | |
23 | ||
1badb709 PB |
24 | option('kvm', type: 'feature', value: 'auto', |
25 | description: 'KVM acceleration support') | |
26 | option('hax', type: 'feature', value: 'auto', | |
27 | description: 'HAX acceleration support') | |
28 | option('whpx', type: 'feature', value: 'auto', | |
29 | description: 'WHPX acceleration support') | |
30 | option('hvf', type: 'feature', value: 'auto', | |
31 | description: 'HVF acceleration support') | |
32 | option('xen', type: 'feature', value: 'auto', | |
33 | description: 'Xen backend support') | |
34 | option('xen_pci_passthrough', type: 'feature', value: 'auto', | |
35 | description: 'Xen PCI passthrough support') | |
36 | option('tcg', type: 'feature', value: 'auto', | |
37 | description: 'TCG support') | |
9e62ba48 DB |
38 | option('cfi', type: 'boolean', value: 'false', |
39 | description: 'Control-Flow Integrity (CFI)') | |
40 | option('cfi_debug', type: 'boolean', value: 'false', | |
41 | description: 'Verbose errors in case of CFI violation') | |
1badb709 | 42 | |
8c6d4ff4 PB |
43 | option('brlapi', type : 'feature', value : 'auto', |
44 | description: 'brlapi character device driver') | |
29ba6116 PB |
45 | option('bzip2', type : 'feature', value : 'auto', |
46 | description: 'bzip2 support for DMG images') | |
b4e312e9 PB |
47 | option('cocoa', type : 'feature', value : 'auto', |
48 | description: 'Cocoa user interface (macOS only)') | |
f9cd86fe PB |
49 | option('curl', type : 'feature', value : 'auto', |
50 | description: 'CURL block device driver') | |
08821ca2 PB |
51 | option('glusterfs', type : 'feature', value : 'auto', |
52 | description: 'Glusterfs block device driver') | |
9db405a3 PB |
53 | option('libiscsi', type : 'feature', value : 'auto', |
54 | description: 'libiscsi userspace initiator') | |
30045c05 PB |
55 | option('libnfs', type : 'feature', value : 'auto', |
56 | description: 'libnfs block device driver') | |
6ec0e15d PB |
57 | option('mpath', type : 'feature', value : 'auto', |
58 | description: 'Multipath persistent reservation passthrough') | |
5285e593 YL |
59 | option('iconv', type : 'feature', value : 'auto', |
60 | description: 'Font glyph conversion support') | |
61 | option('curses', type : 'feature', value : 'auto', | |
62 | description: 'curses UI') | |
5c53015a PB |
63 | option('libudev', type : 'feature', value : 'auto', |
64 | description: 'Use libudev to enumerate host devices') | |
ecea3696 PB |
65 | option('lzfse', type : 'feature', value : 'auto', |
66 | description: 'lzfse support for DMG images') | |
0c32a0ae PB |
67 | option('lzo', type : 'feature', value : 'auto', |
68 | description: 'lzo compression support') | |
fabd1e93 PB |
69 | option('rbd', type : 'feature', value : 'auto', |
70 | description: 'Ceph block device driver') | |
cb572714 PB |
71 | option('sdl', type : 'feature', value : 'auto', |
72 | description: 'SDL user interface') | |
73 | option('sdl_image', type : 'feature', value : 'auto', | |
74 | description: 'SDL Image support for icons') | |
241611ea PB |
75 | option('snappy', type : 'feature', value : 'auto', |
76 | description: 'snappy compression support') | |
cb572714 PB |
77 | option('u2f', type : 'feature', value : 'auto', |
78 | description: 'U2F emulation support') | |
79 | option('vnc', type : 'feature', value : 'enabled', | |
80 | description: 'VNC server') | |
81 | option('vnc_jpeg', type : 'feature', value : 'auto', | |
82 | description: 'JPEG lossy compression for VNC server') | |
83 | option('vnc_png', type : 'feature', value : 'auto', | |
84 | description: 'PNG compression for VNC server') | |
85 | option('vnc_sasl', type : 'feature', value : 'auto', | |
86 | description: 'SASL authentication for VNC server') | |
87 | option('xkbcommon', type : 'feature', value : 'auto', | |
88 | description: 'xkbcommon support') | |
cece116c MT |
89 | option('virtiofsd', type: 'feature', value: 'auto', |
90 | description: 'build virtiofs daemon (virtiofsd)') | |
e5e856c1 SH |
91 | option('vhost_user_blk_server', type: 'feature', value: 'auto', |
92 | description: 'build vhost-user-blk server') | |
a484a719 HR |
93 | option('fuse', type: 'feature', value: 'auto', |
94 | description: 'FUSE block device export') | |
df4ea709 HR |
95 | option('fuse_lseek', type : 'feature', value : 'auto', |
96 | description: 'SEEK_HOLE/SEEK_DATA support for FUSE exports') | |
8b18cdbf RH |
97 | |
98 | option('capstone', type: 'combo', value: 'auto', | |
99 | choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], | |
100 | description: 'Whether and how to find the capstone library') | |
4d34a86b PB |
101 | option('slirp', type: 'combo', value: 'auto', |
102 | choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], | |
103 | description: 'Whether and how to find the slirp library') | |
fbb4121d PB |
104 | option('fdt', type: 'combo', value: 'auto', |
105 | choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], | |
106 | description: 'Whether and how to find the libfdt library') |