qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH 0/2] qcow2: Make size_to_clusters() return int64_t


From: Max Reitz
Subject: [Qemu-block] [PATCH 0/2] qcow2: Make size_to_clusters() return int64_t
Date: Tue, 8 Sep 2015 22:09:53 +0200

Some callers actually expected that function to return int64_t. As it
turns out, it doesn't. Fix that.


Max Reitz (2):
  qcow2: Make size_to_clusters() return int64_t
  iotests: Add test for checking large image files

 block/qcow2-cluster.c      | 20 +++++++------
 block/qcow2.h              |  2 +-
 tests/qemu-iotests/138     | 73 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/138.out |  9 ++++++
 tests/qemu-iotests/group   |  1 +
 5 files changed, 95 insertions(+), 10 deletions(-)
 create mode 100755 tests/qemu-iotests/138
 create mode 100644 tests/qemu-iotests/138.out

-- 
2.5.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]