From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tw9EZ-0005Vu-Fm for qemu-devel@nongnu.org; Fri, 18 Jan 2013 05:31:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tw9EV-0000Ge-Fj for qemu-devel@nongnu.org; Fri, 18 Jan 2013 05:31:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tw9EV-0000GY-8p for qemu-devel@nongnu.org; Fri, 18 Jan 2013 05:31:35 -0500 Date: Fri, 18 Jan 2013 10:00:02 +0100 From: Stefan Hajnoczi Message-ID: <20130118090002.GA20153@stefanha-thinkpad.hitronhub.home> References: <1358434072-9637-1-git-send-email-mjt@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1358434072-9637-1-git-send-email-mjt@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [PATCH v3] win32-aio: use iov utility functions instead of open-coding them List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: Kevin Wolf , pbonzini@redhat.com, qemu-devel@nongnu.org On Thu, Jan 17, 2013 at 06:47:52PM +0400, Michael Tokarev wrote: > We have iov_from_buf() and iov_to_buf(), use them instead of > open-coding these in block/win32-aio.c > --- > v3: added the forgotten #include (compile-tested on mingw32) > v2: rebase on top of the fix from bonzini@ > > block/win32-aio.c | 17 +++-------------- > 1 file changed, 3 insertions(+), 14 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan