/qemu/scripts/simplebench/ |
H A D | simplebench.py | 66 runs = [] 74 runs.append(res) 80 count = len(runs) 82 result = {'runs': runs} 84 succeeded = [r for r in runs if ('seconds' in r or 'iops' in r)]
|
/qemu/hw/nvme/ |
H A D | subsys.c | 142 if (!subsys->params.fdp.runs) { in nvme_subsys_setup_fdp() 147 endgrp->fdp.runs = subsys->params.fdp.runs; in nvme_subsys_setup_fdp() 215 DEFINE_PROP_SIZE("fdp.runs", NvmeSubsystem, params.fdp.runs,
|
H A D | nvme.h | 88 uint64_t runs; member 115 uint64_t runs; member
|
H A D | ns.c | 429 ruh->ruamw = endgrp->fdp.runs >> ns->lbaf.ds; in nvme_ns_init_fdp() 515 ruh->ruamw = endgrp->fdp.runs >> ns->lbaf.ds; in nvme_ns_init_fdp()
|
/qemu/ui/ |
H A D | vnc-enc-zrle.c | 121 int runs, int single_pixels, in zrle_choose_palette_rle() argument 137 plain_rle_bytes = ((bpp_out / 8) + 1) * (runs + single_pixels); in zrle_choose_palette_rle() 148 palette_rle_bytes += 2 * runs + single_pixels; in zrle_choose_palette_rle()
|
H A D | vnc-enc-zrle.c.inc | 101 int runs = 0; 122 runs++; 138 runs, single_pixels, zywrle_level,
|
/qemu/tests/docker/ |
H A D | test-fuzz | 27 "${fuzzer}" -runs=1 -seed=1 || exit 1 ;
|
/qemu/docs/system/arm/ |
H A D | fby35.rst | 19 runs `OpenBMC <https://github.com/facebook/openbmc>`__, and the BIC runs
|
H A D | b-l475e-iot01a.rst | 7 ultra-low power series. The STM32L4x5 chip runs at up to 80 MHz and
|
H A D | mps2.rst | 65 of the way the real FPGA image usually runs with the second Cortex-R52
|
/qemu/docs/system/i386/ |
H A D | tdx.rst | 6 with a new kind of virtual machine guest called a Trust Domain (TD). A TD runs 131 Bit 0 of TD attributes, is DEBUG bit, which decides if the TD runs in off-TD
|
/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 11 This document explains the ``IOThread`` feature and how to write code that runs 74 runs in an ``IOThread``. They might cause a crash or deadlock if called from an
|
H A D | build-system.rst | 7 system has two stages; first the developer runs the "configure" script 48 - create a virtual environment in which all Python code runs during 133 in how the build process runs Python code. 423 By the time Meson runs, Python dependencies are available in the virtual 450 with ``make check-unit``, and ``make check-tcg`` builds and runs "non-Meson"
|
H A D | tcg-plugins.rst | 109 Instruction instrumentation runs before the instruction executes. You
|
/qemu/docs/ |
H A D | meson.build | 8 # If we're making warnings fatal, apply this to Sphinx runs as well
|
H A D | xbzrle.txt | 27 The page data delta is represented by zero and non zero runs.
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hcalls.rst | 49 When the guest runs in "real mode" (in powerpc terminology this means with MMU
|
H A D | acpi_erst.rst | 30 independent of, and runs before, kdump. In certain scenarios (ie.
|
/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 17 responsibility to ensure that state is reset between fuzzing-runs. 175 ./qemu-fuzz-i386 --fuzz-target=generic-fuzz -runs=0 294 Since the same process is reused for many fuzzing runs, QEMU state needs to
|
H A D | ci-jobs.rst.inc | 132 The job runs the functional test suite
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testcpuid.py2 | 29 # This script runs only from the biosbits VM.
|
H A D | smilatency.py2 | 29 # This script runs only from the biosbits VM.
|
/qemu/tests/functional/ |
H A D | meson.build | 396 # run immediately before the test runs. In practice this is
|
/qemu/tcg/tci/ |
H A D | README | 50 useful to compare runs with and without TCI. Create /tmp/qemu.log by
|
/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 28 device label). There is a vhost-user backend that runs the graphics stack
|