qemu

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

089.out (1750B)


      1 QA output created by 089
      2 
      3 === Testing nested image formats ===
      4 
      5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
      6 wrote 512/512 bytes at offset 0
      7 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
      8 wrote 512/512 bytes at offset 512
      9 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     10 wrote 512/512 bytes at offset 1024
     11 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
     13 read 512/512 bytes at offset 0
     14 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     15 read 512/512 bytes at offset 512
     16 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     17 read 512/512 bytes at offset 1024
     18 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     19 Pattern verification failed at offset 0, 512 bytes
     20 read 512/512 bytes at offset 0
     21 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     22 
     23 === Testing correct handling of 'backing':null ===
     24 
     25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT
     26 read 512/512 bytes at offset 0
     27 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     28 read 512/512 bytes at offset 0
     29 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     30 
     31 === Testing blkdebug ===
     32 
     33 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
     34 wrote 512/512 bytes at offset 229376
     35 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     36 read failed: Input/output error
     37 
     38 === Testing qemu-img info output ===
     39 
     40 image: TEST_DIR/t.IMGFMT
     41 file format: IMGFMT
     42 virtual size: 64 MiB (67108864 bytes)
     43 cluster_size: 65536
     44 
     45 === Testing option merging ===
     46 
     47 format name: IMGFMT
     48 cluster size: 64 KiB
     49 vm state offset: 512 MiB
     50 format name: IMGFMT
     51 cluster size: 64 KiB
     52 vm state offset: 512 MiB
     53 *** done