diff options
author | Max Reitz <mreitz@redhat.com> | 2020-06-22 13:58:45 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-09-07 12:31:31 +0200 |
commit | 07cd7b659a7169ed4c5c6b45b48d8351566ed4cb (patch) | |
tree | 37318823bf2ba4519de5cd4019deed5583a3ef3c /tests/qemu-iotests/153.out | |
parent | 081e465026769a24b86ba2e6a77709cfea33f16a (diff) | |
download | qemu-07cd7b659a7169ed4c5c6b45b48d8351566ed4cb.zip qemu-07cd7b659a7169ed4c5c6b45b48d8351566ed4cb.tar.gz qemu-07cd7b659a7169ed4c5c6b45b48d8351566ed4cb.tar.bz2 |
block/null: Implement bdrv_get_allocated_file_size
It is trivial, so we might as well do it.
Remove _filter_actual_image_size from iotest 184, so we get to see the
result in its reference output.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/153.out')
-rw-r--r-- | tests/qemu-iotests/153.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/153.out b/tests/qemu-iotests/153.out index 8a79e1e..fcaa71a 100644 --- a/tests/qemu-iotests/153.out +++ b/tests/qemu-iotests/153.out @@ -464,7 +464,7 @@ No conflict: image: null-co:// file format: null-co virtual size: 1 GiB (1073741824 bytes) -disk size: unavailable +disk size: 0 B Conflict: qemu-img: --force-share/-U conflicts with image options |