Home
last modified time | relevance | path

Searched refs:O (Results 1 – 25 of 126) sorted by relevance

123456

/qemu/docs/
H A Dthrottle.txt12 I/O operations. The code itself is generic and independent of the I/O
14 and operations per second (IOPS) when performing disk I/O.
20 Using throttling to limit disk I/O
22 Two aspects of the disk I/O can be limited: the number of bytes per
27 I/O limits can be set using the throttling.* parameters of -drive, or
71 I/O bursts
74 user to do bursts of I/O for a configurable amount of time. A burst is
75 an amount of I/O that can exceed the basic limit. Bursts are useful to
81 I/O they allow. These two can be configured separately for each one of
85 The I/O limit during bursts is set using 'iops-total-max', and the
[all …]
H A Dqcow2-cache.txt11 The QEMU qcow2 driver has two caches that can improve the I/O
49 reading the table for each I/O operation can be expensive, QEMU keeps
53 value can improve the I/O performance significantly.
73 QEMU keeps a refcount cache to speed up I/O much like the
147 Unlike L2 tables, refcount blocks are not used during normal I/O but
149 accessed sequentially (even during random guest I/O) so increasing the
167 more disk I/O and wastes more cache memory.
184 disk I/O faster. This is particularly true with solid state drives
208 memory usage during periods of low I/O activity.
H A Dblock-replication.txt115 1. I/O error on primary disk
118 4. I/O error on secondary disk
119 5. I/O error on active disk
134 must hold the I/O mutex lock if it is in migration/checkpoint
139 The caller must hold the I/O mutex lock if it is in migration/checkpoint
143 The caller must hold the I/O mutex lock if it is in migration/checkpoint
149 things except failover. The caller must hold the I/O mutex lock if it is
/qemu/tests/qemu-iotests/
H A DREADME2 === This is the QEMU I/O test suite ===
6 This package contains a simple test suite for the I/O layer of qemu.
8 binaries. This does limit it to exercise the low-level I/O path only
15 additional options to test further image formats or I/O methods.
H A D082.out319 Testing: convert -O foo -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
325 Testing: convert -O qcow2 -o cluster_size=4k -o lazy_refcounts=on TEST_DIR/t.qcow2 TEST_DIR/t.qcow2…
338 Testing: convert -O qcow2 -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k TEST_DIR/t.qco…
351 Testing: convert -O qcow2 -o cluster_size=4k,cluster_size=8k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
359 Testing: convert -O qcow2 -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
385 Testing: convert -O qcow2 -o ? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
411 Testing: convert -O qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
437 Testing: convert -O qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
463 Testing: convert -O qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
489 Testing: convert -O qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
[all …]
/qemu/hw/xen/
H A Dtrace-events48 …ata_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint32_t size) "I/O=%p type=%d dir=%d df…
49 …ata_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint32_t size) "I/O=%p read type=%d df=%…
50 …ata_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint32_t size) "I/O=%p write type=%d df=…
51 …ata_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint32_t size) "I/O=%p pio dir=%d df=%d …
52 cpu_ioreq_pio_read_reg(void *req, uint64_t data, uint64_t addr, uint32_t size) "I/O=%p pio read reg…
53 cpu_ioreq_pio_write_reg(void *req, uint64_t data, uint64_t addr, uint32_t size) "I/O=%p pio write r…
54 …ata_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint32_t size) "I/O=%p copy dir=%d df=%d…
56 cpu_ioreq_config_read(void *req, uint32_t sbdf, uint32_t reg, uint32_t size, uint32_t data) "I/O=%p…
57 cpu_ioreq_config_write(void *req, uint32_t sbdf, uint32_t reg, uint32_t size, uint32_t data) "I/O=%…
58 …ata_is_ptr, uint64_t addr, uint64_t data, uint32_t count, uint32_t size) "I/O request not ready: 0…
/qemu/target/arm/tcg/
H A Diwmmxt_helper.c266 #define IWMMXT_OP_CMP(SUFF, Tb, Tw, Tl, O) \ argument
271 CMP(0, Tb, O, 0xff) | CMP(8, Tb, O, 0xff) | \
272 CMP(16, Tb, O, 0xff) | CMP(24, Tb, O, 0xff) | \
273 CMP(32, Tb, O, 0xff) | CMP(40, Tb, O, 0xff) | \
274 CMP(48, Tb, O, 0xff) | CMP(56, Tb, O, 0xff); \
285 a = CMP(0, Tw, O, 0xffff) | CMP(16, Tw, O, 0xffff) | \
286 CMP(32, Tw, O, 0xffff) | CMP(48, Tw, O, 0xffff); \
295 a = CMP(0, Tl, O, 0xffffffff) | \
296 CMP(32, Tl, O, 0xffffffff); \
/qemu/docs/devel/testing/
H A Dblkdebug.rst1 Block I/O error injection using ``blkdebug``
18 Block drivers have many error code paths that handle I/O errors. Image formats
19 are especially complex since metadata I/O errors during cluster allocation or
23 Error injection allows test cases to trigger I/O errors at specific points.
29 engine when to fail an I/O request.
31 Each I/O request is evaluated against the rules. If a rule matches the request
88 Block drivers provide information about the type of I/O request they are about
113 There are cases where more power is needed to match a particular I/O request in
/qemu/docs/specs/
H A Dppc-xive.rst82 User or O/S | EQ |
114 will be enqueued an EQ data for the O/S to pull.
128 - O/S exception
155 Interrupt flow from an O/S perspective
158 After an event data has been enqueued in the O/S Event Queue, the IVPE
170 the O/S. The O/S acknowledges the interrupt with a special load in the
173 The O/S handles the interrupt and when done, performs an EOI using a
H A Dpvpanic.rst18 pvpanic exposes a single I/O port, by default 0x505. On read, the bits
56 Returns a byte, with the same semantics as the I/O port interface.
64 Arg0 is a byte to be written, with the same semantics as the I/O interface.
/qemu/docs/devel/
H A Dtcg-icount.rst56 might potentially trigger an I/O event, at which point we will need an
59 To deal with this case, when an I/O access is made we:
67 Other I/O operations
74 of which operations are I/O operations.
80 the I/O, using a code fragment similar to:
H A Dzoned-storage.rst16 to zones. It supports ZBD-specific I/O commands that can be used by a host to
21 regular and drive-managed ZBD devices. ZBD-specific I/O commands are not
26 block layer while processing I/O requests. A BlockBackend has a root pointer to
/qemu/
H A Dqemu-img-cmds.hx51 …bitmaps] [-U] [-C] [-c] [-p] [-q] [-n] [-f fmt] [-t cache] [-T src_cache] [-O output_fmt] [-B back…
53 …bitmaps] [-U] [-C] [-c] [-p] [-q] [-n] [-f FMT] [-t CACHE] [-T SRC_CACHE] [-O OUTPUT_FMT] [-B BACK…
63 …"dd [--image-opts] [-U] [-f fmt] [-O output_fmt] [bs=block_size] [count=blocks] [skip=blocks] if=i…
65 .. option:: dd [--image-opts] [-U] [-f FMT] [-O OUTPUT_FMT] [bs=BLOCK_SIZE] [count=BLOCKS] [skip=BL…
81 "measure [--output=ofmt] [-O output_fmt] [-o options] [--size N | [--object objectdef] [--image-opt…
83 .. option:: measure [--output=OFMT] [-O OUTPUT_FMT] [-o OPTIONS] [--size N | [--object OBJECTDEF] […
/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile25 RUN wget -O - \
28 RUN wget -O - \
/qemu/po/
H A Dtr.po4 # Oğuz Ersen <oguzersen@protonmail.com>, 2021.
12 "Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
/qemu/target/rx/
H A Dcpu.h40 FIELD(PSW, O, 3, 1)
163 psw = FIELD_DP32(psw, PSW, O, env->psw_o >> 31); in rx_cpu_pack_psw()
/qemu/docs/system/arm/
H A Dversatile.rst43 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- versatile_defconfig
44 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
/qemu/docs/system/
H A Dsriov.rst6 SR-IOV (Single Root I/O Virtualization) is an optional extended capability of a
9 overhead in I/O from virtual machines.
H A Dtarget-mips.rst26 - The Multi-I/O chip's serial device
38 - Intel EG20T PCH connects the I/O peripherals, but only the SATA bus
/qemu/tests/qemu-iotests/sample_images/
HDsimple-pattern.cloop.bz2
/qemu/tests/qemu-iotests/tests/
H A Dqsd-migrate.out7 Test I/O on the source
33 Test I/O on the destination
/qemu/docs/system/s390x/
H A Dvfio-ccw.rst5 make certain I/O subchannels and their devices available to a guest. The
43 I/O subchannel driver and bind it to the vfio-ccw driver::
/qemu/pc-bios/dtb/
H A Dmeson.build18 command: [ dtc, '-q', '-I', 'dts', '-O', 'dtb',
/qemu/scripts/
H A Dgit.orderfile6 # git diff -O scripts/git.orderfile ...
/qemu/hw/s390x/
H A Dtrace-events9 … int schid, uint32_t intparm, uint8_t isc, const char *conditional) "CSS: I/O interrupt on sch %x.…
10 css_adapter_interrupt(uint8_t isc) "CSS: adapter I/O interrupt (isc 0x%x)"

123456