[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 01/22] qcow2: Add two new fields to BDRVQcowS
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v3 01/22] qcow2: Add two new fields to BDRVQcowState |
Date: |
Thu, 27 Nov 2014 13:49:49 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Thu, Nov 20, 2014 at 06:06:17PM +0100, Max Reitz wrote:
> Add two new fields regarding refcount information (the bit width of
> every entry and the maximum refcount value) to the BDRVQcowState.
>
> Signed-off-by: Max Reitz <address@hidden>
> Reviewed-by: Eric Blake <address@hidden>
> ---
> block/qcow2-refcount.c | 2 +-
> block/qcow2.c | 9 +++++++++
> block/qcow2.h | 2 ++
> 3 files changed, 12 insertions(+), 1 deletion(-)
Reviewed-by: Stefan Hajnoczi <address@hidden>
pgp0VEJipNe6T.pgp
Description: PGP signature
- [Qemu-devel] [PATCH v3 00/22] qcow2: Support refcount orders != 4, Max Reitz, 2014/11/20
- [Qemu-devel] [PATCH v3 01/22] qcow2: Add two new fields to BDRVQcowState, Max Reitz, 2014/11/20
- Re: [Qemu-devel] [PATCH v3 01/22] qcow2: Add two new fields to BDRVQcowState,
Stefan Hajnoczi <=
- [Qemu-devel] [PATCH v3 03/22] qcow2: Use 64 bits for refcount values, Max Reitz, 2014/11/20
- [Qemu-devel] [PATCH v3 04/22] qcow2: Respect error in qcow2_alloc_bytes(), Max Reitz, 2014/11/20
- [Qemu-devel] [PATCH v3 05/22] qcow2: Refcount overflow and qcow2_alloc_bytes(), Max Reitz, 2014/11/20
- [Qemu-devel] [PATCH v3 06/22] qcow2: Helper for refcount array reallocation, Max Reitz, 2014/11/20