[PATCH 0/2] Fix error handling in preallocate_co()

Alberto Garcia posted 2 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1599573989.git.berto@igalia.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
block/qcow2.h          |  4 ++--
block/qcow2-cluster.c  |  6 +++---
block/qcow2-refcount.c |  8 ++++----
block/qcow2.c          | 40 +++++++++++++++++-----------------------
4 files changed, 26 insertions(+), 32 deletions(-)
[PATCH 0/2] Fix error handling in preallocate_co()
Posted by Alberto Garcia 3 years, 7 months ago
This is a follow-up to "Fix removal of list members from
BDRVQcow2State.cluster_allocs":

   https://lists.gnu.org/archive/html/qemu-block/2020-09/msg00247.html

However the patches themselves are independent and can be applied
separately.

Regards,

Berto

Alberto Garcia (2):
  qcow2: Handle QCowL2Meta on error in preallocate_co()
  qcow2: Make qcow2_free_any_clusters() free only one cluster

 block/qcow2.h          |  4 ++--
 block/qcow2-cluster.c  |  6 +++---
 block/qcow2-refcount.c |  8 ++++----
 block/qcow2.c          | 40 +++++++++++++++++-----------------------
 4 files changed, 26 insertions(+), 32 deletions(-)

-- 
2.20.1


Re: [PATCH 0/2] Fix error handling in preallocate_co()
Posted by Kevin Wolf 3 years, 7 months ago
Am 08.09.2020 um 16:08 hat Alberto Garcia geschrieben:
> This is a follow-up to "Fix removal of list members from
> BDRVQcow2State.cluster_allocs":
> 
>    https://lists.gnu.org/archive/html/qemu-block/2020-09/msg00247.html
> 
> However the patches themselves are independent and can be applied
> separately.

Reviewed-by: Kevin Wolf <kwolf@redhat.com>


Re: [PATCH 0/2] Fix error handling in preallocate_co()
Posted by Max Reitz 3 years, 7 months ago
On 08.09.20 16:08, Alberto Garcia wrote:
> This is a follow-up to "Fix removal of list members from
> BDRVQcow2State.cluster_allocs":
> 
>    https://lists.gnu.org/archive/html/qemu-block/2020-09/msg00247.html
> 
> However the patches themselves are independent and can be applied
> separately.
> 
> Regards,
> 
> Berto
> 
> Alberto Garcia (2):
>   qcow2: Handle QCowL2Meta on error in preallocate_co()
>   qcow2: Make qcow2_free_any_clusters() free only one cluster
> 
>  block/qcow2.h          |  4 ++--
>  block/qcow2-cluster.c  |  6 +++---
>  block/qcow2-refcount.c |  8 ++++----
>  block/qcow2.c          | 40 +++++++++++++++++-----------------------
>  4 files changed, 26 insertions(+), 32 deletions(-)

Thanks, applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block