qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] qcow: coroutines cleanup


From: Frediano Ziglio
Subject: [Qemu-devel] [PATCH 0/5] qcow: coroutines cleanup
Date: Fri, 22 Jul 2011 10:46:25 +0200

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




reply via email to

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