/qemu/tests/qemu-iotests/ |
H A D | 251.out | 6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 7 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 8 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error 10 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error 12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error 13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error 14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error 15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error [all …]
|
H A D | 174.out | 4 == reading wrong format should fail == 6 == reading missing file should fail ==
|
H A D | 074.out | 6 qemu-img: Error while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/… 13 qemu-img: Error while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/…
|
H A D | 263.out | 6 == reading the whole image == 25 == reading the whole image ==
|
H A D | 174 | 55 echo "== reading wrong format should fail ==" 60 echo "== reading missing file should fail =="
|
H A D | 287.out | 30 === Testing simple reading and writing with zstd === 44 === Testing adjacent clusters reading and writing with zstd ===
|
H A D | 128.out | 3 == reading from error device ==
|
H A D | 028 | 90 echo "Reading" 141 echo '=== Reading across backing EOF in one operation ==='
|
H A D | 287 | 110 echo "=== Testing simple reading and writing with zstd ===" 120 echo "=== Testing adjacent clusters reading and writing with zstd ==="
|
H A D | 101.out | 7 == reading bytes beyond EOF gives zeroes ==
|
H A D | 008.out | 4 == reading whole image ==
|
H A D | 001.out | 4 == reading whole image ==
|
/qemu/qapi/ |
H A D | vfio.json | 19 # available for reading. 27 # its internal state is available for reading. 31 # for reading.
|
/qemu/docs/devel/ |
H A D | s390-dasd-ipl.rst | 15 2. Execute the Read IPL ccw at ``0x00``, thereby reading IPL1 data into ``0x00``. 58 off the reading of IPL1 data. Since the channel program from IPL1 will be 94 transfers control to another channel program segment immediately after reading 111 because after reading the IPL1 record the disk is automatically positioned 112 to read the very next record which will be IPL2. But since we are not reading
|
/qemu/hw/nubus/ |
H A D | trace-events | 4 nubus_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d" 6 nubus_super_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d"
|
/qemu/tests/qtest/ |
H A D | m48t59-test.c | 162 * a consistent reading from the wall clock because we may hit an edge of in bcd_check_time() 163 * the clock while reading. To work around this, we read four clock readings in bcd_check_time() 165 * reading is corrupt so we need four readings to ensure that we have at in bcd_check_time() 168 * It's also possible that we'll cross an edge reading the host clock so in bcd_check_time() 169 * simply check to make sure that the clock reading is within the period of in bcd_check_time()
|
H A D | rtc-test.c | 129 * a consistent reading from the wall clock because we may hit an edge of in check_time() 130 * the clock while reading. To work around this, we read four clock readings in check_time() 132 * reading is corrupt so we need four readings to ensure that we have at in check_time() 135 * It's also possible that we'll cross an edge reading the host clock so in check_time() 136 * simply check to make sure that the clock reading is within the period of in check_time() 631 /* Because the alarm will fire soon, reading register A will latch UIP. */ in uip_stuck()
|
/qemu/docs/specs/ |
H A D | rapl-msr.rst | 32 by reading the host CPU MSRs and are given back to the guest 1:1 when 42 Each core belonging to the same Package reading the MSR_PKG_ENERGY_STATUS (i.e 44 for the whole package. Whatever Core reading it will get the same value and a 103 By reading those metrics for a thread, one can calculate the ratio of time the
|
/qemu/include/qemu/ |
H A D | seqlock.h | 73 /* Read sequence before reading other fields. */ in seqlock_read_begin() 80 /* Read other fields before reading final sequence. */ in seqlock_read_retry()
|
H A D | rcu.h | 91 * Read rcu_gp_ptr and write p_rcu_reader->ctr before reading in QEMU_DECLARE_CO_TLS() 113 /* Write p_rcu_reader->ctr before reading p_rcu_reader->waiting. */ in rcu_read_unlock()
|
/qemu/hw/sensor/ |
H A D | emc141x.c | 62 error_setg(errp, "error reading %s: %s", name, g_strerror(errno)); in OBJECT_DECLARE_TYPE() 67 error_setg(errp, "error reading %s", name); in OBJECT_DECLARE_TYPE() 89 error_setg(errp, "error reading %s: %s", name, g_strerror(errno)); in emc141x_set_temperature() 94 error_setg(errp, "error reading %s", name); in emc141x_set_temperature()
|
H A D | tmp421.c | 120 error_setg(errp, "error reading %s: %s", name, g_strerror(errno)); in tmp421_get_temperature() 125 error_setg(errp, "error reading %s", name); in tmp421_get_temperature() 157 error_setg(errp, "error reading %s: %s", name, g_strerror(errno)); in tmp421_set_temperature() 162 error_setg(errp, "error reading %s", name); in tmp421_set_temperature()
|
/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 209 ml_printf("Reading u16 from %#lx (offset %d):", ptr, offset); in read_test_data_u16() 234 ml_printf("Reading u32 from %#lx (offset %d):", ptr, offset); in read_test_data_u32() 276 ml_printf("Reading u64 from %#lx (offset %d):", ptr, offset); in read_test_data_u64() 380 ml_printf("Reading s8 pairs from %#lx (offset %d):", ptr, offset); in read_test_data_s8() 409 ml_printf("Reading s16 from %#lx (offset %d, %s):", ptr, in read_test_data_s16() 442 ml_printf("Reading s32 from %#lx (offset %d, %s):", in read_test_data_s32() 473 * or negative depending on what offset we are reading from.
|
/qemu/hw/core/ |
H A D | eif.c | 197 error_setg(errp, "Out of memory reading kernel section"); in read_eif_kernel() 273 error_setg(errp, "Out of memory reading initrd section"); in read_eif_ramdisk() 319 error_setg(errp, "Out of memory reading signature section"); in get_signature_fingerprint_sha384() 366 error_setg(errp, "Out of memory reading signature section"); in get_signature_fingerprint_sha384() 556 error_setg(errp, "Out of memory reading command line section"); in read_eif_file() 613 error_setg(errp, "Out of memory reading unknown section"); in read_eif_file()
|
/qemu/replay/ |
H A D | replay-internal.c | 19 /* Mutex to protect reading and writing events to the log. 43 error_report("error reading the replay data"); in replay_read_error()
|