diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-05-11 15:12:49 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-05-11 15:12:49 -0500 |
commit | 9e80202352dd49bdd9e67b8b906d86f058431505 (patch) | |
tree | 5673c17aad6e3833da8c4ff21b5a11f666ec9fbe /src/tests/qemu-iotests/005.out | |
download | hqemu-9e80202352dd49bdd9e67b8b906d86f058431505.zip hqemu-9e80202352dd49bdd9e67b8b906d86f058431505.tar.gz |
Diffstat (limited to 'src/tests/qemu-iotests/005.out')
-rw-r--r-- | src/tests/qemu-iotests/005.out | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tests/qemu-iotests/005.out b/src/tests/qemu-iotests/005.out new file mode 100644 index 0000000..10044c3 --- /dev/null +++ b/src/tests/qemu-iotests/005.out @@ -0,0 +1,13 @@ +QA output created by 005 + +creating large image +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=5368709120000 + +small read +read 4096/4096 bytes at offset 1024 +4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +small write +wrote 4096/4096 bytes at offset 8192 +4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +*** done |