qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

004.out (946B)


      1 QA output created by 004
      2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
      3 
      4 write before image boundary
      5 wrote 1048576/1048576 bytes at offset 133169152
      6 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
      7 
      8 write into image boundary
      9 write failed: Input/output error
     10 
     11 write at image boundary
     12 write failed: Input/output error
     13 
     14 write past image boundary
     15 write failed: Input/output error
     16 
     17 pwrite past image boundary
     18 write failed: Input/output error
     19 
     20 writev past image boundary
     21 writev failed: Input/output error
     22 
     23 read before image boundary
     24 read 1048576/1048576 bytes at offset 133169152
     25 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     26 
     27 read into image boundary
     28 read failed: Input/output error
     29 
     30 read at image boundary
     31 read failed: Input/output error
     32 
     33 read past image boundary
     34 read failed: Input/output error
     35 
     36 pread past image boundary
     37 read failed: Input/output error
     38 
     39 readv past image boundary
     40 readv failed: Input/output error
     41 *** done