qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] qcow: coroutines cleanup
@ 2011-07-22  8:46 Frediano Ziglio
  2011-07-22  8:46 ` [Qemu-devel] [PATCH 1/5] qcow: allocate QCowAIOCB structure using stack Frediano Ziglio
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Frediano Ziglio @ 2011-07-22  8:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf

These patches mostly cleanup some AIO code using coroutines.
These patches apply to Kevin's repository, branch coroutine-block.
Mostly they use stack instead of allocated AIO structure.

Frediano Ziglio (5):
  qcow: allocate QCowAIOCB structure using stack
  qcow: QCowAIOCB field cleanup
  qcow: move some blocks of code to avoid useless variable
    initialization
  qcow: embed qcow_aio_read_cb into qcow_co_readv and qcow_aio_write_cb
    into qcow_co_writev
  qcow: remove old #undefined code

 block/qcow.c  |  374 ++++++++++++++++++---------------------------------------
 block/qcow2.c |   38 ++----
 2 files changed, 129 insertions(+), 283 deletions(-)

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

end of thread, other threads:[~2011-07-22  8:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22  8:46 [Qemu-devel] [PATCH 0/5] qcow: coroutines cleanup Frediano Ziglio
2011-07-22  8:46 ` [Qemu-devel] [PATCH 1/5] qcow: allocate QCowAIOCB structure using stack Frediano Ziglio
2011-07-22  8:46 ` [Qemu-devel] [PATCH 2/5] qcow: QCowAIOCB field cleanup Frediano Ziglio
2011-07-22  8:46 ` [Qemu-devel] [PATCH 3/5] qcow: move some blocks of code to avoid useless variable initialization Frediano Ziglio
2011-07-22  8:46 ` [Qemu-devel] [PATCH 4/5] qcow: embed qcow_aio_read_cb into qcow_co_readv and qcow_aio_write_cb into qcow_co_writev Frediano Ziglio
2011-07-22  8:46 ` [Qemu-devel] [PATCH 5/5] qcow: remove old #undefined code 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).