qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] qcow2 cleanup for coroutine-block branch
@ 2011-07-28  7:40 Frediano Ziglio
  2011-07-28  7:40 ` [Qemu-devel] [PATCH 1/8] qcow2: removed unused fields Frediano Ziglio
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Frediano Ziglio @ 2011-07-28  7:40 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel, Frediano Ziglio

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(-)

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

end of thread, other threads:[~2011-07-28  7:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28  7:40 [Qemu-devel] [PATCH 0/8] qcow2 cleanup for coroutine-block branch Frediano Ziglio
2011-07-28  7:40 ` [Qemu-devel] [PATCH 1/8] qcow2: removed unused fields Frediano Ziglio
2011-07-28  7:40 ` [Qemu-devel] [PATCH 2/8] qcow2: removed cur_nr_sectors field in QCowAIOCB Frediano Ziglio
2011-07-28  7:40 ` [Qemu-devel] [PATCH 3/8] qcow2: remove l2meta from QCowAIOCB Frediano Ziglio
2011-07-28  7:40 ` [Qemu-devel] [PATCH 4/8] qcow2: remove cluster_offset " Frediano Ziglio
2011-07-28  7:40 ` [Qemu-devel] [PATCH 5/8] qcow2: remove common " Frediano Ziglio
2011-07-28  7:40 ` [Qemu-devel] [PATCH 6/8] qcow2: reindent and use while before the big jump Frediano Ziglio
2011-07-28  7:40 ` [Qemu-devel] [PATCH 7/8] qcow2: removed QCowAIOCB entirely Frediano Ziglio
2011-07-28  7:40 ` [Qemu-devel] [PATCH 8/8] qcow2: remove memory leak Frediano Ziglio

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).