From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkBNU-0003N4-Na for qemu-devel@nongnu.org; Fri, 22 Jul 2011 04:46:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkBNT-00029U-Iq for qemu-devel@nongnu.org; Fri, 22 Jul 2011 04:46:36 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:33733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkBNT-00025G-Dn for qemu-devel@nongnu.org; Fri, 22 Jul 2011 04:46:35 -0400 Received: by wwf26 with SMTP id 26so1778685wwf.10 for ; Fri, 22 Jul 2011 01:46:34 -0700 (PDT) From: Frediano Ziglio Date: Fri, 22 Jul 2011 10:46:25 +0200 Message-Id: <1311324390-27830-1-git-send-email-freddy77@gmail.com> Subject: [Qemu-devel] [PATCH 0/5] qcow: coroutines cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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(-)