]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/026
qemu-iotests: Be more flexible with image creation options
[qemu.git] / tests / qemu-iotests / 026
index 33e7da6abe375198f6e26456c235ec0dc126a444..1602ccd2a5f780f29d49b6442cb5501e47cd7955 100755 (executable)
@@ -87,6 +87,12 @@ _make_test_img 1G
 
 echo
 echo "Event: $event; errno: $errno; imm: $imm; once: $once; write $vmstate"
+
+# We want to catch a simple L2 update, not the allocation of the first L2 table
+if [ "$event" == "l2_update" ]; then
+    $QEMU_IO -c "write $vmstate 0 512" $TEST_IMG > /dev/null 2>&1
+fi
+
 $QEMU_IO -c "write $vmstate 0 128k " $BLKDBG_TEST_IMG | _filter_qemu_io
 
 # l2_load is not called on allocation, so issue a second write
This page took 0.023822 seconds and 4 git commands to generate.