Searched refs:reading (Results 1 – 25 of 56) sorted by relevance
123
/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 | 128.out | 3 == reading from error device ==
|
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 | 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 ==
|
H A D | 052.out | 8 == reading whole image ==
|
H A D | 188.out | 4 == reading whole image ==
|
H A D | 003.out | 4 == reading whole image ==
|
H A D | 134.out | 4 == reading whole image ==
|
H A D | 002.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/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/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
|
H A D | index.rst | 6 QEMU. You only need to read it if you are interested in reading or
|
H A D | tcg-icount.rst | 57 up to date and accurate reading of the icount number.
|
/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/hw/net/ |
H A D | e1000.c | 116 uint16_t reading; member 473 s->eecd_state.bitnum_out, s->eecd_state.reading); in get_eecd() 474 if (!s->eecd_state.reading || in get_eecd() 495 s->eecd_state.reading = 0; in set_eecd() 507 if (++s->eecd_state.bitnum_in == 9 && !s->eecd_state.reading) { in set_eecd() 509 s->eecd_state.reading = (((s->eecd_state.val_in >> 6) & 7) == in set_eecd() 514 s->eecd_state.reading); in set_eecd() 1487 VMSTATE_UINT16(eecd_state.reading, E1000State),
|
/qemu/hw/ipmi/ |
H A D | ipmi_bmc_sim.c | 144 uint8_t reading; member 1764 rsp_buffer_push(rsp, sens->reading); in get_sensor_evt_status() 1784 rsp_buffer_push(rsp, sens->reading); in get_sensor_reading() 1869 if (sens->reading != new_reading) { in set_sensor_reading() 2007 sens->reading = new_reading; in set_sensor_reading() 2195 VMSTATE_UINT8(sensors[IPMI_WATCHDOG_SENSOR].reading, IPMIBmcSim),
|
/qemu/docs/devel/migration/ |
H A D | dirty-limit.rst | 70 rate inside the limit. This leads to more steady reading performance during
|
/qemu/docs/system/arm/ |
H A D | fby35.rst | 51 instructions to execute by reading CE0 and not from a preloaded ROM
|
/qemu/docs/system/riscv/ |
H A D | microchip-icicle-kit.rst | 109 particular, reading from the SD card does not work.
|
123