Searched +full:- +full:- +full:disable +full:- +full:lzo (Results 1 – 6 of 6) sorted by relevance
1 # This file is generated by meson-buildoptions.py, do not edit!3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co'6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]'7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE'8 printf "%s\n" ' set block driver read-only whitelist (by default'9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE'11 printf "%s\n" ' set block driver read-write whitelist (by default'12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'13 printf "%s\n" ' --datadir=VALUE Data file directory [share]'[all …]
1 # These options do not correspond to a --enable/--disable-* option3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'],12 description: 'use specified string as sub-version of the package')25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like …27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q…28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',33 description: 'fuzzing engine library for OSS-Fuzz')40 # Everything else can be set via --enable/--disable-* option42 # here make sure to run "make update-buildoptions".[all …]
15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')35 tmpdir = meson.current_build_dir() / 'meson-private/temp'66 have_linux_user = have_linux_user or target.endswith('linux-user')67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')68 have_system = have_system or target.endswith('-softmmu')113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')128 '--rustc-version', rustc.version(),129 '--workspace', meson.project_source_root() / 'rust'][all …]
27 .help = "commit changes to the disk images (if -snapshot is used) or backing files",33 Commit changes to the disk images (if -snapshot is used) or backing files.70 available during the preconfig state (i.e. when the --preconfig command122 .args_type = "force:-f,device:B",123 .params = "[-f] device",124 .help = "stop an active background block operation (use -f"181 .args_type = "force:-f,device:B",182 .params = "[-f] device",183 .help = "eject a removable medium (use -f to force it)",188 ``eject [-f]`` *device*[all …]
1 #!/bin/sh -e8 # See the COPYING file in the top-level directory.10 # Copyright (c) 2017-2020 Linaro Limited14 # run the (closed-source) coverity build tools, so don't18 # tree, and that tree is a fresh clean one, because we do an in-tree21 # regular expressions it uses; an out-of-tree build won't work for this.)31 # --check-upload-only : return success if upload is possible32 # --dry-run : run the tools, but don't actually do the upload33 # --docker : create and work inside a container34 # --docker-engine : specify the container engine to use (docker/podman/auto);[all …]
... --------------------- ...