[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] qcow2: Use macros for the L1, refcount and bitmap table entr
From: |
Max Reitz |
Subject: |
Re: [PATCH] qcow2: Use macros for the L1, refcount and bitmap table entry sizes |
Date: |
Thu, 3 Sep 2020 17:42:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 28.08.20 13:08, Alberto Garcia wrote:
> 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>
> ---
> block/qcow2.h | 6 +++
> block/qcow2-bitmap.c | 11 ++++--
> block/qcow2-cluster.c | 24 ++++++------
> block/qcow2-refcount.c | 89 ++++++++++++++++++++++--------------------
> block/qcow2-snapshot.c | 20 +++++-----
> block/qcow2.c | 27 ++++++-------
> 6 files changed, 94 insertions(+), 83 deletions(-)
Thanks, applied to my block branch:
https://git.xanclic.moe/XanClic/qemu/commits/branch/block
signature.asc
Description: OpenPGP digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH] qcow2: Use macros for the L1, refcount and bitmap table entry sizes,
Max Reitz <=