Home
last modified time | relevance | path

Searched full:writing (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/qemu/tests/qemu-iotests/
H A D284.out11 == writing some data ==
18 == writing some more data ==
30 == writing some data ==
37 == writing some more data ==
49 == writing some data ==
56 == writing some more data ==
H A D308233 # Check that writing to the read-only export fails
242 echo "Writing to read-only export failed: OK"
245 # can be opened regardless of its file permissions, but writing will then
252 echo "Writing to read-only export failed: OK"
254 echo "Writing to read-only export failed: ERROR"
377 echo '=== Writing zeroes while unmapping ==='
401 # Try writing zeroes by unmapping
H A D027.out4 == writing first cluster to populate metadata ==
8 == writing at sub-cluster granularity ==
H A D158.out5 == writing whole image ==
15 == writing part of a cluster ==
H A D189.out5 == writing whole image ==
15 == writing part of a cluster ==
H A D17980 # Likewise when writing on already-mapped zero data
86 # Writing on unmapped zeroes does not allocate
93 # Writing zero overrides a backing file, regardless of backing cluster type
H A D28466 echo "== writing some data =="
73 echo "== writing some more data =="
H A D02755 echo "== writing first cluster to populate metadata =="
59 echo "== writing at sub-cluster granularity =="
H A D28960 # Test what happens when there is an error when writing to an external
61 # data file instead of when writing to a preallocated zero cluster
H A D15859 echo "== writing whole image =="
70 echo "== writing part of a cluster =="
H A D287.out30 === Testing simple reading and writing with zstd ===
44 === Testing adjacent clusters reading and writing with zstd ===
H A D198.out5 == writing whole image base ==
11 == writing whole image layer ==
H A D18962 echo "== writing whole image =="
73 echo "== writing part of a cluster =="
H A D066.out19 === Writing to preallocated zero clusters ===
37 === Writing to a snapshotted preallocated zero cluster ===
H A D308.out98 Writing to read-only export failed: OK
133 dd: error writing 'TEST_DIR/t.IMGFMT.fuse': Input/output error
175 === Writing zeroes while unmapping ===
H A D1094 # Test writing image headers of other formats into raw images
78 echo "=== Writing a $fmt header into raw ==="
/qemu/include/tcg/
H A Dperf.h11 /* Start writing perf-<pid>.map. */
14 /* Start writing jit-<pid>.dump. */
24 /* Stop writing perf-<pid>.map and/or jit-<pid>.dump. */
/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h56 * @write_elf32_note: Callback for writing a CPU-specific ELF note to a
62 * @write_elf64_note: Callback for writing a CPU-specific ELF note to a
68 * @write_elf32_qemunote: Callback for writing a CPU- and QEMU-specific ELF
74 * @write_elf64_qemunote: Callback for writing a CPU- and QEMU-specific ELF
/qemu/include/hw/timer/
H A Dmss-timer.h39 * Writing 1 to the TIM64_MODE register bit 0 sets the Timers in 64-bit mode.
40 * In 64-bit mode, writing to the 32-bit registers has no effect.
41 * Similarly, in 32-bit mode, writing to the 64-bit mode registers
/qemu/hw/nubus/
H A Dtrace-events5 nubus_slot_write(uint64_t addr, uint64_t val, int size) "writing unassigned addr 0x%"PRIx64 " value…
7 nubus_super_slot_write(uint64_t addr, uint64_t val, int size) "writing unassigned addr 0x%"PRIx64 "…
/qemu/tests/tcg/s390x/
H A Dprecise-smc-softmmu.S25 vstl %v0,%r0,0b /* start writing before TB */
35 vstl %v0,%r0,0b /* start writing before TB */
/qemu/hw/scsi/
H A Dspapr_vscsi.c77 bool writing; member
380 if (req->writing) { /* writing = to device = reading from memory */ in vscsi_srp_direct_data()
415 if (req->writing) { /* writing = to device = reading from memory */ in vscsi_srp_indirect_data()
421 trace_spapr_vscsi_srp_indirect_data_rw(req->writing, rc); in vscsi_srp_indirect_data()
444 int writing, uint8_t *buf, uint32_t len) in vscsi_srp_transfer_data() argument
490 if (req->writing) { in vscsi_preprocess_desc()
509 req->local_desc = req->writing ? cmd->data_out_desc_cnt : in vscsi_preprocess_desc()
538 rc = vscsi_srp_transfer_data(s, req, req->writing, buf, len); in vscsi_transfer_data()
581 if (req->writing) { in vscsi_command_complete()
614 VMSTATE_BOOL(writing, vscsi_req),
[all …]
/qemu/include/crypto/
H A Dblock.h126 * @writefunc: callback for writing data to the volume header
166 * @writefunc: callback for writing data to the volume header
227 * Decrypt @len bytes of cipher text in @buf, writing
247 * Encrypt @len bytes of plain text in @buf, writing
/qemu/docs/system/arm/
H A Dsabrelite.rst42 Linux mainline v5.10 release is tested at the time of writing. To build a Linux
67 U-Boot mainline v2020.10 release is tested at the time of writing. To build a
/qemu/docs/devel/
H A Dwriting-monitor-commands.rst19 internals of QEMU. Refer to the `Writing a debugging aid returning
97 Writing a simple command: hello-world
337 Writing more complex commands
373 `Writing a debugging aid returning unstructured text`_ section for
536 Writing a debugging aid returning unstructured text
633 The case of writing a HMP info handler that calls a no-parameter QMP query

12345678910>>...16