diff options
author | Fam Zheng <famz@redhat.com> | 2013-10-31 10:06:23 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-10-31 14:44:43 +0100 |
commit | f4c129a38a5430b7342a7a23f53a22831154612f (patch) | |
tree | 049cd793590bfa3970668ab80ef99a82acc4a2b0 /tests/qemu-iotests/059.out | |
parent | cbe82d7fb32e5d8e76434671d50853df5f50d560 (diff) | |
download | qemu-f4c129a38a5430b7342a7a23f53a22831154612f.zip qemu-f4c129a38a5430b7342a7a23f53a22831154612f.tar.gz qemu-f4c129a38a5430b7342a7a23f53a22831154612f.tar.bz2 |
vmdk: Implment bdrv_get_specific_info
Implement .bdrv_get_specific_info to return the extent information.
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/059.out')
-rw-r--r-- | tests/qemu-iotests/059.out | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out index 9b12efb..2ded8a9 100644 --- a/tests/qemu-iotests/059.out +++ b/tests/qemu-iotests/059.out @@ -18,10 +18,9 @@ no file open, try 'help open' === Testing monolithicFlat creation and opening === Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648 -image: TEST_DIR/t.vmdk -file format: vmdk +image: TEST_DIR/t.IMGFMT +file format: IMGFMT virtual size: 2.0G (2147483648 bytes) -disk size: 4.0K === Testing monolithicFlat with zeroed_grain === qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain |