commit | 02b1ecfa100e7ecc2306560cd27a4a2622bfeb04 | [log] [tgz] |
---|---|---|
author | Alberto Garcia <berto@igalia.com> | Fri Aug 28 13:08:28 2020 +0200 |
committer | Max Reitz <mreitz@redhat.com> | Tue Sep 15 11:05:12 2020 +0200 |
tree | fd2067510fcef3381b01bae8719756e27533c9a0 | |
parent | af8d43d3933a4bec0977b9f33d69443a2d166861 [diff] |
qcow2: Use macros for the L1, refcount and bitmap table entry sizes This patch replaces instances of sizeof(uint64_t) in the qcow2 driver with macros that indicate what those sizes are actually referring to. Signed-off-by: Alberto Garcia <berto@igalia.com> Message-Id: <20200828110828.13833-1-berto@igalia.com> Signed-off-by: Max Reitz <mreitz@redhat.com>