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

075.out (1372B)


      1QA output created by 075
      2
      3== check that the first sector can be read ==
      4read 512/512 bytes at offset 0
      5512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
      6
      7== check that the last sector can be read ==
      8read 512/512 bytes at offset 1048064
      9512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
     10
     11== block_size must be a multiple of 512 ==
     12qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 513 must be a multiple of 512
     13
     14== block_size cannot be zero ==
     15qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size cannot be zero
     16
     17== huge block_size ===
     18qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 4294966784 must be 64 MB or less
     19
     20== offsets_size overflow ===
     21qemu-io: can't open device TEST_DIR/simple-pattern.cloop: n_blocks 4294967295 must be 536870911 or less
     22
     23== refuse images that require too many offsets ===
     24qemu-io: can't open device TEST_DIR/simple-pattern.cloop: image requires too many offsets, try increasing block size
     25
     26== refuse images with non-monotonically increasing offsets ==
     27qemu-io: can't open device TEST_DIR/simple-pattern.cloop: offsets not monotonically increasing at index 1, image file is corrupt
     28
     29== refuse images with invalid compressed block size ==
     30qemu-io: can't open device TEST_DIR/simple-pattern.cloop: invalid compressed block size at index 1, image file is corrupt
     31*** done