cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

070.out (1054B)


      1QA output created by 070
      2
      3=== Verify open image read-only fails, due to dirty log ===
      4qemu-io: can't open device TEST_DIR/iotest-dirtylog-10G-4M.vhdx: VHDX image file 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' opened read-only, but contains a log that needs to be replayed
      5To replay the log, run:
      6qemu-img check -r all 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx'
      7=== Verify open image replays log  ===
      8read 18874368/18874368 bytes at offset 0
      918 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     10=== Verify qemu-img check -r all replays log  ===
     11The following inconsistencies were found and repaired:
     12
     13    0 leaked clusters
     14    1 corruptions
     15
     16Double checking the fixed image now...
     17No errors were found on the image.
     18=== Verify open image read-only succeeds after log replay ===
     19read 18874368/18874368 bytes at offset 0
     2018 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     21
     22=== Verify image created by Disk2VHD can be opened ===
     23image: TEST_DIR/test-disk2vhd.IMGFMT
     24file format: IMGFMT
     25virtual size: 256 MiB (268435456 bytes)
     26cluster_size: 2097152
     27*** done