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

106.out (1757B)


      1QA output created by 106
      2=== Testing image growth ===
      3
      4--- create_mode=off growth_mode=off ---
      5Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
      6Image resized.
      7
      8--- create_mode=off growth_mode=falloc ---
      9Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
     10Image resized.
     11
     12--- create_mode=off growth_mode=full ---
     13Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
     14Image resized.
     15
     16--- create_mode=falloc growth_mode=off ---
     17Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
     18Image resized.
     19
     20--- create_mode=falloc growth_mode=falloc ---
     21Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
     22Image resized.
     23
     24--- create_mode=falloc growth_mode=full ---
     25Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
     26Image resized.
     27
     28--- create_mode=full growth_mode=off ---
     29Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
     30Image resized.
     31
     32--- create_mode=full growth_mode=falloc ---
     33Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
     34Image resized.
     35
     36--- create_mode=full growth_mode=full ---
     37Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
     38Image resized.
     39
     40=== Testing image shrinking ===
     41
     42--- growth_mode=falloc ---
     43qemu-img: Preallocation can only be used for growing images
     44
     45--- growth_mode=full ---
     46qemu-img: Preallocation can only be used for growing images
     47
     48--- growth_mode=off ---
     49Image resized.
     50
     51=== Testing image growth on 2G empty image ===
     52
     53--- growth_mode=falloc ---
     54Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
     55Image resized.
     56
     57--- growth_mode=full ---
     58Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
     59Image resized.
     60*** done