qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix error handling in preallocate_co()
@ 2020-09-08 14:08 Alberto Garcia
  2020-09-08 14:08 ` [PATCH 1/2] qcow2: Handle QCowL2Meta on error " Alberto Garcia
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alberto Garcia @ 2020-09-08 14:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Alberto Garcia, qemu-block, Max Reitz

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-11  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-08 14:08 [PATCH 0/2] Fix error handling in preallocate_co() Alberto Garcia
2020-09-08 14:08 ` [PATCH 1/2] qcow2: Handle QCowL2Meta on error " Alberto Garcia
2020-09-08 14:08 ` [PATCH 2/2] qcow2: Make qcow2_free_any_clusters() free only one cluster Alberto Garcia
2020-09-10 12:37 ` [PATCH 0/2] Fix error handling in preallocate_co() Kevin Wolf
2020-09-11  8:46 ` Max Reitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).