From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjXH9-0006GZ-7y for qemu-devel@nongnu.org; Wed, 20 Jul 2011 09:57:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjXH7-0003vN-MC for qemu-devel@nongnu.org; Wed, 20 Jul 2011 09:57:22 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:46826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjXH7-0003vB-6T for qemu-devel@nongnu.org; Wed, 20 Jul 2011 09:57:21 -0400 Received: by iwn3 with SMTP id 3so229553iwn.4 for ; Wed, 20 Jul 2011 06:57:20 -0700 (PDT) From: Frediano Ziglio Date: Wed, 20 Jul 2011 15:56:24 +0200 Message-Id: <1311170189-29734-1-git-send-email-freddy77@gmail.com> Subject: [Qemu-devel] [RFC 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 avoid dandling pointers qcow: small optimization initializing QCowAIOCB block/qcow.c | 210 +++++++++++++++++++++++++-------------------------------- block/qcow2.c | 38 +++------- 2 files changed, 102 insertions(+), 146 deletions(-)