/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | 87 def validator(current, pick, choices): argument 92 val = pick(choices)
|
/qemu/tests/qemu-iotests/ |
H A D | 082.out | 60 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 86 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 112 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 138 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 164 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 190 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 216 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 242 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 283 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' 370 encrypt.format=<str> - Encrypt the image, format choices: 'aes', 'luks' [all …]
|
H A D | check | 65 p.add_argument('--color', choices=['on', 'off', 'auto'],
|
/qemu/ |
H A D | meson_options.txt | 22 …choices: ['alsa', 'coreaudio', 'default', 'dsound', 'jack', 'oss', 'pa', 'pipewire', 'sdl', 'sndio… 37 choices: ['ucontext', 'sigaltstack', 'windows', 'wasm', 'auto'], 69 option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'], 278 choices: ['dtrace', 'ftrace', 'log', 'nop', 'simple', 'syslog', 'ust'], 320 choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], 378 option('x86_version', type : 'combo', choices : ['0', '1', '2', '3', '4'], value: '1',
|
/qemu/tests/tcg/aarch64/gdbstub/ |
H A D | test-mte.py | 33 required=True, choices=['system','user'])
|
/qemu/scripts/ |
H A D | qcow2-to-stdout.py | 392 choices=[1 << x for x in range(9, 22)], 401 choices=[1 << x for x in range(7)],
|
H A D | meson-buildoptions.py | 117 choices = "/".join(sorted(opt["choices"]))
|
H A D | compare-machine-types.py | 315 parser.add_argument('--format', choices=['human-readable', 'json', 'csv'],
|
/qemu/scripts/simplebench/ |
H A D | bench-backup.py | 214 default='direct', choices=('direct', 'cached', 'both'))
|
/qemu/tests/fp/ |
H A D | meson.build | 50 # define a target to match testfloat's implementation-defined choices, such as
|
/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 311 parser.add_argument('command', choices=commands)
|
/qemu/fpu/ |
H A D | softfloat-specialize.c.inc | 148 * Extrapolate from the choices made by parts64_default_nan to fill 202 * Extrapolate from the choices made by parts64_default_nan to fill
|
/qemu/docs/devel/ |
H A D | virtio-backends.rst | 175 There are two choices to how to implement vhost code. Most of the code
|
/qemu/tests/docker/ |
H A D | docker.py | 667 parser.add_argument("--engine", type=EngineEnum.argparse, choices=list(EngineEnum),
|
/qemu/docs/specs/ |
H A D | ppc-spapr-numa.rst | 251 NUMA topology using one associativity per resource, which means that choices
|
/qemu/docs/ |
H A D | rdma.txt | 396 link (one of 4 choices). This is the mode in which
|
/qemu/docs/interop/ |
H A D | live-block-operations.rst | 227 Therefore, be aware with naming choices:
|