]>
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 | |
7bc3ca7f PB |
10 | option('default_devices', type : 'boolean', value : true, |
11 | description: 'Include a default selection of devices in emulators') | |
e3667660 YL |
12 | option('docs', type : 'feature', value : 'auto', |
13 | description: 'Documentations build support') | |
0e8e77d4 | 14 | option('gettext', type : 'feature', value : 'auto', |
cb572714 | 15 | description: 'Localization of the GTK+ user interface') |
c8d5450b PB |
16 | option('install_blobs', type : 'boolean', value : true, |
17 | description: 'install provided firmware blobs') | |
deb62371 PB |
18 | option('sparse', type : 'feature', value : 'auto', |
19 | description: 'sparse checker') | |
b846ab7c PB |
20 | option('guest_agent_msi', type : 'feature', value : 'auto', |
21 | description: 'Build MSI package for the QEMU Guest Agent') | |
cb572714 | 22 | |
aa087962 PB |
23 | option('malloc_trim', type : 'feature', value : 'auto', |
24 | description: 'enable libc malloc_trim() for memory optimization') | |
25 | option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'], | |
26 | value: 'system', description: 'choose memory allocator to use') | |
27 | ||
1badb709 PB |
28 | option('kvm', type: 'feature', value: 'auto', |
29 | description: 'KVM acceleration support') | |
30 | option('hax', type: 'feature', value: 'auto', | |
31 | description: 'HAX acceleration support') | |
32 | option('whpx', type: 'feature', value: 'auto', | |
33 | description: 'WHPX acceleration support') | |
34 | option('hvf', type: 'feature', value: 'auto', | |
35 | description: 'HVF acceleration support') | |
74a414a1 RZ |
36 | option('nvmm', type: 'feature', value: 'auto', |
37 | description: 'NVMM acceleration support') | |
1badb709 PB |
38 | option('xen', type: 'feature', value: 'auto', |
39 | description: 'Xen backend support') | |
40 | option('xen_pci_passthrough', type: 'feature', value: 'auto', | |
41 | description: 'Xen PCI passthrough support') | |
42 | option('tcg', type: 'feature', value: 'auto', | |
43 | description: 'TCG support') | |
23a77b2d | 44 | option('tcg_interpreter', type: 'boolean', value: false, |
e9a16e38 | 45 | description: 'TCG with bytecode interpreter (experimental and slow)') |
9e62ba48 DB |
46 | option('cfi', type: 'boolean', value: 'false', |
47 | description: 'Control-Flow Integrity (CFI)') | |
48 | option('cfi_debug', type: 'boolean', value: 'false', | |
49 | description: 'Verbose errors in case of CFI violation') | |
106ad1f9 PB |
50 | option('multiprocess', type: 'feature', value: 'auto', |
51 | description: 'Out of process device emulation support') | |
1badb709 | 52 | |
f7f2d651 PB |
53 | option('attr', type : 'feature', value : 'auto', |
54 | description: 'attr/xattr support') | |
05e391ae PB |
55 | option('auth_pam', type : 'feature', value : 'auto', |
56 | description: 'PAM access control') | |
8c6d4ff4 PB |
57 | option('brlapi', type : 'feature', value : 'auto', |
58 | description: 'brlapi character device driver') | |
29ba6116 PB |
59 | option('bzip2', type : 'feature', value : 'auto', |
60 | description: 'bzip2 support for DMG images') | |
727c8bb8 PB |
61 | option('cap_ng', type : 'feature', value : 'auto', |
62 | description: 'cap_ng support') | |
46627f41 AM |
63 | option('bpf', type : 'feature', value : 'auto', |
64 | description: 'eBPF support') | |
b4e312e9 PB |
65 | option('cocoa', type : 'feature', value : 'auto', |
66 | description: 'Cocoa user interface (macOS only)') | |
f9cd86fe PB |
67 | option('curl', type : 'feature', value : 'auto', |
68 | description: 'CURL block device driver') | |
08821ca2 PB |
69 | option('glusterfs', type : 'feature', value : 'auto', |
70 | description: 'Glusterfs block device driver') | |
9db405a3 PB |
71 | option('libiscsi', type : 'feature', value : 'auto', |
72 | description: 'libiscsi userspace initiator') | |
30045c05 PB |
73 | option('libnfs', type : 'feature', value : 'auto', |
74 | description: 'libnfs block device driver') | |
6ec0e15d PB |
75 | option('mpath', type : 'feature', value : 'auto', |
76 | description: 'Multipath persistent reservation passthrough') | |
5285e593 YL |
77 | option('iconv', type : 'feature', value : 'auto', |
78 | description: 'Font glyph conversion support') | |
79 | option('curses', type : 'feature', value : 'auto', | |
80 | description: 'curses UI') | |
57612511 PB |
81 | option('gnutls', type : 'feature', value : 'auto', |
82 | description: 'GNUTLS cryptography support') | |
83 | option('nettle', type : 'feature', value : 'auto', | |
84 | description: 'nettle cryptography support') | |
85 | option('gcrypt', type : 'feature', value : 'auto', | |
86 | description: 'libgcrypt cryptography support') | |
5c53015a PB |
87 | option('libudev', type : 'feature', value : 'auto', |
88 | description: 'Use libudev to enumerate host devices') | |
90540f32 PB |
89 | option('libusb', type : 'feature', value : 'auto', |
90 | description: 'libusb support for USB passthrough') | |
ecea3696 PB |
91 | option('lzfse', type : 'feature', value : 'auto', |
92 | description: 'lzfse support for DMG images') | |
0c32a0ae PB |
93 | option('lzo', type : 'feature', value : 'auto', |
94 | description: 'lzo compression support') | |
fabd1e93 PB |
95 | option('rbd', type : 'feature', value : 'auto', |
96 | description: 'Ceph block device driver') | |
1b695471 PB |
97 | option('gtk', type : 'feature', value : 'auto', |
98 | description: 'GTK+ user interface') | |
cb572714 PB |
99 | option('sdl', type : 'feature', value : 'auto', |
100 | description: 'SDL user interface') | |
101 | option('sdl_image', type : 'feature', value : 'auto', | |
102 | description: 'SDL Image support for icons') | |
90835c2b PB |
103 | option('seccomp', type : 'feature', value : 'auto', |
104 | description: 'seccomp support') | |
241611ea PB |
105 | option('snappy', type : 'feature', value : 'auto', |
106 | description: 'snappy compression support') | |
cb572714 PB |
107 | option('u2f', type : 'feature', value : 'auto', |
108 | description: 'U2F emulation support') | |
109 | option('vnc', type : 'feature', value : 'enabled', | |
110 | description: 'VNC server') | |
111 | option('vnc_jpeg', type : 'feature', value : 'auto', | |
112 | description: 'JPEG lossy compression for VNC server') | |
113 | option('vnc_png', type : 'feature', value : 'auto', | |
114 | description: 'PNG compression for VNC server') | |
115 | option('vnc_sasl', type : 'feature', value : 'auto', | |
116 | description: 'SASL authentication for VNC server') | |
117 | option('xkbcommon', type : 'feature', value : 'auto', | |
118 | description: 'xkbcommon support') | |
b1def33d PB |
119 | option('zstd', type : 'feature', value : 'auto', |
120 | description: 'zstd compression support') | |
a484a719 HR |
121 | option('fuse', type: 'feature', value: 'auto', |
122 | description: 'FUSE block device export') | |
df4ea709 HR |
123 | option('fuse_lseek', type : 'feature', value : 'auto', |
124 | description: 'SEEK_HOLE/SEEK_DATA support for FUSE exports') | |
8b18cdbf | 125 | |
69202b40 PB |
126 | option('vhost_user_blk_server', type: 'feature', value: 'auto', |
127 | description: 'build vhost-user-blk server') | |
128 | option('virtfs', type: 'feature', value: 'auto', | |
129 | description: 'virtio-9p support') | |
130 | option('virtiofsd', type: 'feature', value: 'auto', | |
131 | description: 'build virtiofs daemon (virtiofsd)') | |
132 | ||
8b18cdbf RH |
133 | option('capstone', type: 'combo', value: 'auto', |
134 | choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], | |
135 | description: 'Whether and how to find the capstone library') | |
4d34a86b PB |
136 | option('slirp', type: 'combo', value: 'auto', |
137 | choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], | |
138 | description: 'Whether and how to find the slirp library') | |
fbb4121d PB |
139 | option('fdt', type: 'combo', value: 'auto', |
140 | choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], | |
141 | description: 'Whether and how to find the libfdt library') |