Searched +full:- +full:- +full:disable +full:- +full:zstd (Results 1 – 14 of 14) 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 …]
37 bitmap_name = 'bitmap-' + str(bitmap_number)38 args = ['bitmap', '--add', '-g', f'{granularity}', '-f', iotests.imgfmt,41 args.append('--disable')48 qemu_io_log('-c', write, disk)59 def test(compression_type: str, json_output: bool) -> None:60 qemu_img_create('-f', iotests.imgfmt,61 '-o', f'compression_type={compression_type}',66 cmd = ['./qcow2.py', disk, 'dump-header']68 cmd.append('-j')74 test('zstd', True)
1 # Common utilities and Python wrappers for qemu-iotests56 qemu_img_args = [os.environ.get('QEMU_IMG_PROG', 'qemu-img')]60 qemu_io_args = [os.environ.get('QEMU_IO_PROG', 'qemu-io')]64 qemu_io_args_no_fmt = [os.environ.get('QEMU_IO_PROG', 'qemu-io')]69 qemu_nbd_prog = os.environ.get('QEMU_NBD_PROG', 'qemu-nbd')77 qsd_prog = os.environ.get('QSD_PROG', 'qemu-storage-daemon')105 valgrind_logfile = "--log-file=" + test_dir111 qemu_valgrind = ['valgrind', valgrind_logfile, '--error-exitcode=99']115 luks_default_key_secret_opt = 'key-secret=keysec0'122 logger_name: str, level: int = logging.CRITICAL) -> Iterator[None]:[all …]
4 # Copyright (c) 2000-2006 Silicon Graphics, Inc. All Rights Reserved.24 HOSTOS=$(uname -s)25 arch=$(uname -m)40 if ! command -v gsed >/dev/null 2>&1; then41 if sed --version 2>&1 | grep -v 'not GNU sed' | grep 'GNU sed' > /dev/null;59 command dd --help | grep noxfer > /dev/null 2>&161 if [ "$?" -eq 0 ]84 while ((len--)); do107 # coreutils' od --endian is not portable, so manually assemble bytes.108 for byte in $(od -j"$2" -N"$3" -An -v -tu1 "$1"); do[all …]
1 msys2-64bit:4 - saas-windows-medium-amd648 - msys64/var/cache9 - ccache20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=022 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet24 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"27 - build/meson-logs/testlog.txt29 junit: "build/meson-logs/testlog.junit.xml"31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)"[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 …]
5 # Copyright 2017-2019 Red Hat Inc.12 # the COPYING file in the top-level directory.25 link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso"30 "git-base",34 "ninja-build",40 "gettext-tools",59 "zstd",66 set -e;67 rm -rf /home/qemu/qemu-test.*68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX);[all …]
1 # -*- Mode: Python -*-28 # @normal-bytes: number of normal bytes sent (since 1.2)30 # @dirty-pages-rate: number of pages dirtied by second by the guest35 # @dirty-sync-count: number of times that dirty ram was synchronized38 # @postcopy-requests: The number of page requests received from the41 # @page-size: The number of bytes per page for the various page-based44 # @multifd-bytes: The number of bytes sent through multifd (since 3.0)46 # @pages-per-second: the number of memory pages transferred per second49 # @precopy-bytes: The number of bytes sent in the pre-copy phase52 # @downtime-bytes: The number of bytes sent while the guest is paused[all …]
1 # -*- Mode: Python -*-20 # @vm-state-size: size of the VM state22 # @date-sec: UTC date of the snapshot in seconds24 # @date-nsec: fractional part in nano seconds to be used with date-sec26 # @vm-clock-sec: VM clock relative to boot in seconds28 # @vm-clock-nsec: fractional part in nano seconds to be used with29 # vm-clock-sec32 # record/replay is enabled. Used for "time-traveling" to match34 # counter may be obtained through @query-replay command40 'data': { 'id': 'str', 'name': 'str', 'vm-state-size': 'int',[all …]
6 --------8 **qemu-img** [*standard options*] *command* [*command options*]11 -----------13 qemu-img allows you to create, convert and modify images offline. It can handle16 **Warning:** Never use qemu-img to modify images in use by a running virtual22 -------24 .. program:: qemu-img28 .. option:: -h, --help32 .. option:: -V, --version36 .. option:: -T, --trace [[enable=]PATTERN][,events=FILE][,file=FILE][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 …]
... --------------------- ...
4 * Copyright (c) 2004-2006 Fabrice Bellard28 #include "system/block-backend.h"29 #include "qemu/main-loop.h"32 #include "qemu/error-report.h"34 #include "qapi/qapi-events-block-core.h"42 #include "qapi/qobject-input-visitor.h"43 #include "qapi/qapi-visit-block-core.h"46 #include "block/dirty-bitmap.h"51 - Support for multiple incremental snapshots.52 - Memory management by reference counts.[all …]