diff options
Diffstat (limited to 'tests/qemu-iotests/157.out')
-rw-r--r-- | tests/qemu-iotests/157.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/qemu-iotests/157.out b/tests/qemu-iotests/157.out new file mode 100644 index 000000000..fdc807f54 --- /dev/null +++ b/tests/qemu-iotests/157.out @@ -0,0 +1,22 @@ +QA output created by 157 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 + +=== Setting WCE with qdev and with manually created BB === + +Testing: cache='writeback' wce='' + Cache mode: writeback +Testing: cache='writeback' wce=',write-cache=auto' + Cache mode: writeback +Testing: cache='writeback' wce=',write-cache=on' + Cache mode: writeback +Testing: cache='writeback' wce=',write-cache=off' + Cache mode: writethrough +Testing: cache='writethrough' wce='' + Cache mode: writethrough +Testing: cache='writethrough' wce=',write-cache=auto' + Cache mode: writethrough +Testing: cache='writethrough' wce=',write-cache=on' + Cache mode: writeback +Testing: cache='writethrough' wce=',write-cache=off' + Cache mode: writethrough +*** done |