Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 25 of 52) sorted by relevance

123

/qemu/scripts/simplebench/
H A Dsimplebench.py66 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 Dsubsys.c142 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 Dnvme.h88 uint64_t runs; member
115 uint64_t runs; member
H A Dns.c429 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 Dvnc-enc-zrle.c121 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 Dvnc-enc-zrle.c.inc101 int runs = 0;
122 runs++;
138 runs, single_pixels, zywrle_level,
/qemu/tests/docker/
H A Dtest-fuzz27 "${fuzzer}" -runs=1 -seed=1 || exit 1 ;
/qemu/docs/system/arm/
H A Dfby35.rst19 runs `OpenBMC <https://github.com/facebook/openbmc>`__, and the BIC runs
H A Db-l475e-iot01a.rst7 ultra-low power series. The STM32L4x5 chip runs at up to 80 MHz and
H A Dmps2.rst65 of the way the real FPGA image usually runs with the second Cortex-R52
/qemu/docs/system/i386/
H A Dtdx.rst6 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 Dmultiple-iothreads.rst11 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 Dbuild-system.rst7 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 Dtcg-plugins.rst109 Instruction instrumentation runs before the instruction executes. You
/qemu/docs/
H A Dmeson.build8 # If we're making warnings fatal, apply this to Sphinx runs as well
H A Dxbzrle.txt27 The page data delta is represented by zero and non zero runs.
/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst49 When the guest runs in "real mode" (in powerpc terminology this means with MMU
H A Dacpi_erst.rst30 independent of, and runs before, kdump. In certain scenarios (ie.
/qemu/docs/devel/testing/
H A Dfuzzing.rst17 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 Dci-jobs.rst.inc132 The job runs the functional test suite
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestcpuid.py229 # This script runs only from the biosbits VM.
H A Dsmilatency.py229 # This script runs only from the biosbits VM.
/qemu/tests/functional/
H A Dmeson.build396 # run immediately before the test runs. In practice this is
/qemu/tcg/tci/
H A DREADME50 useful to compare runs with and without TCI. Create /tmp/qemu.log by
/qemu/docs/system/devices/
H A Dvirtio-gpu.rst28 device label). There is a vhost-user backend that runs the graphics stack

123