Files
qemu/block
Max Reitz b6d36def6d qcow2: Make size_to_clusters() return uint64_t
Sadly, some images may have more clusters than what can be represented
using a plain int. We should be prepared for that case (in
qcow2_check_refcounts() we actually were trying to catch that case, but
since size_to_clusters() truncated the returned value, that check never
did anything useful).

Cc: qemu-stable <qemu-stable@nongnu.org>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2015-09-14 16:51:37 +02:00
..
2015-06-22 18:20:40 +02:00
2015-09-02 14:56:39 +01:00
2015-04-28 15:36:09 +02:00
2015-06-22 18:20:40 +02:00
2015-07-14 17:15:23 +02:00