]> git.proxmox.com Git - mirror_qemu.git/blob - meson_options.txt
bzip2: convert to meson
[mirror_qemu.git] / meson_options.txt
1 option('qemu_suffix', type : 'string', value: 'qemu',
2 description: 'Suffix for QEMU data/modules/config directories (can be empty)')
3 option('docdir', type : 'string', value : 'doc',
4 description: 'Base directory for documentation installation (can be empty)')
5 option('qemu_firmwarepath', type : 'string', value : '',
6 description: 'search PATH for firmware files')
7 option('sphinx_build', type : 'string', value : '',
8 description: 'Use specified sphinx-build [$sphinx_build] for building document (default to be empty)')
9
10 option('docs', type : 'feature', value : 'auto',
11 description: 'Documentations build support')
12 option('gettext', type : 'feature', value : 'auto',
13 description: 'Localization of the GTK+ user interface')
14 option('install_blobs', type : 'boolean', value : true,
15 description: 'install provided firmware blobs')
16 option('sparse', type : 'feature', value : 'auto',
17 description: 'sparse checker')
18
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
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')
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')
42
43 option('brlapi', type : 'feature', value : 'auto',
44 description: 'brlapi character device driver')
45 option('bzip2', type : 'feature', value : 'auto',
46 description: 'bzip2 support for DMG images')
47 option('cocoa', type : 'feature', value : 'auto',
48 description: 'Cocoa user interface (macOS only)')
49 option('curl', type : 'feature', value : 'auto',
50 description: 'CURL block device driver')
51 option('glusterfs', type : 'feature', value : 'auto',
52 description: 'Glusterfs block device driver')
53 option('mpath', type : 'feature', value : 'auto',
54 description: 'Multipath persistent reservation passthrough')
55 option('iconv', type : 'feature', value : 'auto',
56 description: 'Font glyph conversion support')
57 option('curses', type : 'feature', value : 'auto',
58 description: 'curses UI')
59 option('libudev', type : 'feature', value : 'auto',
60 description: 'Use libudev to enumerate host devices')
61 option('sdl', type : 'feature', value : 'auto',
62 description: 'SDL user interface')
63 option('sdl_image', type : 'feature', value : 'auto',
64 description: 'SDL Image support for icons')
65 option('u2f', type : 'feature', value : 'auto',
66 description: 'U2F emulation support')
67 option('vnc', type : 'feature', value : 'enabled',
68 description: 'VNC server')
69 option('vnc_jpeg', type : 'feature', value : 'auto',
70 description: 'JPEG lossy compression for VNC server')
71 option('vnc_png', type : 'feature', value : 'auto',
72 description: 'PNG compression for VNC server')
73 option('vnc_sasl', type : 'feature', value : 'auto',
74 description: 'SASL authentication for VNC server')
75 option('xkbcommon', type : 'feature', value : 'auto',
76 description: 'xkbcommon support')
77 option('virtiofsd', type: 'feature', value: 'auto',
78 description: 'build virtiofs daemon (virtiofsd)')
79 option('vhost_user_blk_server', type: 'feature', value: 'auto',
80 description: 'build vhost-user-blk server')
81 option('fuse', type: 'feature', value: 'auto',
82 description: 'FUSE block device export')
83 option('fuse_lseek', type : 'feature', value : 'auto',
84 description: 'SEEK_HOLE/SEEK_DATA support for FUSE exports')
85
86 option('capstone', type: 'combo', value: 'auto',
87 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
88 description: 'Whether and how to find the capstone library')
89 option('slirp', type: 'combo', value: 'auto',
90 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
91 description: 'Whether and how to find the slirp library')
92 option('fdt', type: 'combo', value: 'auto',
93 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
94 description: 'Whether and how to find the libfdt library')