2020-08-26 13:04:16 +02:00
|
|
|
option('qemu_suffix', type : 'string', value: 'qemu',
|
2020-08-26 13:04:15 +02:00
|
|
|
description: 'Suffix for QEMU data/modules/config directories (can be empty)')
|
2020-08-26 13:04:17 +02:00
|
|
|
option('docdir', type : 'string', value : 'doc',
|
|
|
|
description: 'Base directory for documentation installation (can be empty)')
|
2020-10-16 09:19:14 +02:00
|
|
|
option('qemu_firmwarepath', type : 'string', value : '',
|
|
|
|
description: 'search PATH for firmware files')
|
2020-10-16 00:06:25 +02:00
|
|
|
option('sphinx_build', type : 'string', value : '',
|
|
|
|
description: 'Use specified sphinx-build [$sphinx_build] for building document (default to be empty)')
|
2020-09-01 07:59:23 +02:00
|
|
|
|
2020-10-16 00:06:25 +02:00
|
|
|
option('docs', type : 'feature', value : 'auto',
|
|
|
|
description: 'Documentations build support')
|
2020-09-01 07:59:23 +02:00
|
|
|
option('gettext', type : 'boolean', value : true,
|
|
|
|
description: 'Localization of the GTK+ user interface')
|
2020-10-16 09:32:52 +02:00
|
|
|
option('install_blobs', type : 'boolean', value : true,
|
|
|
|
description: 'install provided firmware blobs')
|
2020-09-01 13:51:16 +02:00
|
|
|
option('sparse', type : 'feature', value : 'auto',
|
|
|
|
description: 'sparse checker')
|
2020-09-01 07:59:23 +02:00
|
|
|
|
2020-09-01 17:15:30 +02:00
|
|
|
option('malloc_trim', type : 'feature', value : 'auto',
|
|
|
|
description: 'enable libc malloc_trim() for memory optimization')
|
|
|
|
option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'],
|
|
|
|
value: 'system', description: 'choose memory allocator to use')
|
|
|
|
|
2020-09-18 10:57:25 +02:00
|
|
|
option('kvm', type: 'feature', value: 'auto',
|
|
|
|
description: 'KVM acceleration support')
|
|
|
|
option('hax', type: 'feature', value: 'auto',
|
|
|
|
description: 'HAX acceleration support')
|
|
|
|
option('whpx', type: 'feature', value: 'auto',
|
|
|
|
description: 'WHPX acceleration support')
|
|
|
|
option('hvf', type: 'feature', value: 'auto',
|
|
|
|
description: 'HVF acceleration support')
|
|
|
|
option('xen', type: 'feature', value: 'auto',
|
|
|
|
description: 'Xen backend support')
|
|
|
|
option('xen_pci_passthrough', type: 'feature', value: 'auto',
|
|
|
|
description: 'Xen PCI passthrough support')
|
|
|
|
option('tcg', type: 'feature', value: 'auto',
|
|
|
|
description: 'TCG support')
|
|
|
|
|
2020-09-01 17:28:59 +02:00
|
|
|
option('cocoa', type : 'feature', value : 'auto',
|
|
|
|
description: 'Cocoa user interface (macOS only)')
|
2020-09-16 18:07:29 +02:00
|
|
|
option('mpath', type : 'feature', value : 'auto',
|
|
|
|
description: 'Multipath persistent reservation passthrough')
|
2020-10-13 01:43:48 +02:00
|
|
|
option('iconv', type : 'feature', value : 'auto',
|
|
|
|
description: 'Font glyph conversion support')
|
|
|
|
option('curses', type : 'feature', value : 'auto',
|
|
|
|
description: 'curses UI')
|
2020-10-15 12:09:27 +02:00
|
|
|
option('libudev', type : 'feature', value : 'auto',
|
|
|
|
description: 'Use libudev to enumerate host devices')
|
2020-09-01 07:59:23 +02:00
|
|
|
option('sdl', type : 'feature', value : 'auto',
|
|
|
|
description: 'SDL user interface')
|
|
|
|
option('sdl_image', type : 'feature', value : 'auto',
|
|
|
|
description: 'SDL Image support for icons')
|
|
|
|
option('u2f', type : 'feature', value : 'auto',
|
|
|
|
description: 'U2F emulation support')
|
|
|
|
option('vnc', type : 'feature', value : 'enabled',
|
|
|
|
description: 'VNC server')
|
|
|
|
option('vnc_jpeg', type : 'feature', value : 'auto',
|
|
|
|
description: 'JPEG lossy compression for VNC server')
|
|
|
|
option('vnc_png', type : 'feature', value : 'auto',
|
|
|
|
description: 'PNG compression for VNC server')
|
|
|
|
option('vnc_sasl', type : 'feature', value : 'auto',
|
|
|
|
description: 'SASL authentication for VNC server')
|
|
|
|
option('xkbcommon', type : 'feature', value : 'auto',
|
|
|
|
description: 'xkbcommon support')
|
2020-10-08 12:31:33 +02:00
|
|
|
option('virtiofsd', type: 'feature', value: 'auto',
|
|
|
|
description: 'build virtiofs daemon (virtiofsd)')
|
2020-09-13 21:19:25 +02:00
|
|
|
|
|
|
|
option('capstone', type: 'combo', value: 'auto',
|
|
|
|
choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
|
|
|
|
description: 'Whether and how to find the capstone library')
|
2020-10-05 11:31:15 +02:00
|
|
|
option('slirp', type: 'combo', value: 'auto',
|
|
|
|
choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
|
|
|
|
description: 'Whether and how to find the slirp library')
|
2020-10-05 11:31:15 +02:00
|
|
|
option('fdt', type: 'combo', value: 'auto',
|
|
|
|
choices: ['disabled', 'enabled', 'auto', 'system', 'internal'],
|
|
|
|
description: 'Whether and how to find the libfdt library')
|