From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9v45-0001d9-Rz for qemu-devel@nongnu.org; Tue, 20 Mar 2012 05:09:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9v44-0001Nd-2x for qemu-devel@nongnu.org; Tue, 20 Mar 2012 05:09:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9v43-0001NM-RQ for qemu-devel@nongnu.org; Tue, 20 Mar 2012 05:09:12 -0400 Message-ID: <4F684A0C.50104@redhat.com> Date: Tue, 20 Mar 2012 10:12:44 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1332176871-26158-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1332176871-26158-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/7] vdi: convert to coroutines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: sw@weilnetz.de, qemu-devel@nongnu.org Am 19.03.2012 18:07, schrieb Paolo Bonzini: > This squashes in the fix for GCC's uninitialized variables false positive. > > Paolo Bonzini (7): > vdi: basic conversion to coroutines > vdi: move end-of-I/O handling at the end > vdi: merge aio_read_cb and aio_write_cb into callers > vdi: move aiocb fields to locals > vdi: leave bounce buffering to block layer > vdi: do not create useless iovecs > vdi: change goto to loop > > block/vdi.c | 421 +++++++++++++++-------------------------------------------- > 1 files changed, 108 insertions(+), 313 deletions(-) > Thanks, updated the patches in the block branch. Kevin