Lines Matching full:feature
4 # Test qcow2 feature bits
47 # Only qcow2v3 and later supports feature bits;
49 # this test requires a cluster size large enough for the feature table
54 echo === Image with unknown incompatible feature bit ===
57 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 63
59 # Without feature table
65 # With feature table containing bit 63
66 printf "\x00\x3f%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
70 echo === Image with multiple incompatible feature bits ===
73 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 61
74 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 62
75 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 63
77 # Without feature table
81 # With feature table containing bit 63
82 printf "\x00\x3f%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
85 # With feature table containing bit 61
87 printf "\x00\x3d%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
90 # With feature table containing bits 61 and 62
95 # With feature table containing all bits
100 # With feature table containing unrelated bits, including compatible/autoclear
106 echo === Create image with unknown autoclear feature bit ===
109 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63