qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/8] qcow2 cleanup for coroutine-block branch


From: Frediano Ziglio
Subject: [Qemu-devel] [PATCH 0/8] qcow2 cleanup for coroutine-block branch
Date: Thu, 28 Jul 2011 09:40:33 +0200

This is a collection of patches that remove QCowAIOCB, useless with
coroutines.
It apply to Kevin coroutine-block branch.
I leave all step I did to remove the structure, feel free to collapse
some of them.
I tested with iotests and got no changes (026 fails like coroutine-block
branch).

Frediano Ziglio (8):
  qcow2: removed unused fields
  qcow2: removed cur_nr_sectors field in QCowAIOCB
  qcow2: remove l2meta from QCowAIOCB
  qcow2: remove cluster_offset from QCowAIOCB
  qcow2: remove common from QCowAIOCB
  qcow2: reindent and use while before the big jump
  qcow2: removed QCowAIOCB entirely
  qcow2: remove memory leak

 block/qcow2.c |  396 ++++++++++++++++++++++++---------------------------------
 1 files changed, 167 insertions(+), 229 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]