From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCb8q-0000al-17 for qemu-devel@nongnu.org; Thu, 22 Aug 2013 16:06:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCb8j-0002If-8j for qemu-devel@nongnu.org; Thu, 22 Aug 2013 16:05:59 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:36009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCb8j-0002IZ-2Z for qemu-devel@nongnu.org; Thu, 22 Aug 2013 16:05:53 -0400 Received: by mail-ea0-f177.google.com with SMTP id f15so1097596eak.36 for ; Thu, 22 Aug 2013 13:05:52 -0700 (PDT) Date: Thu, 22 Aug 2013 22:05:49 +0200 From: Stefan Hajnoczi Message-ID: <20130822200549.GA21801@stefanha-thinkpad.redhat.com> References: <1377178116-28488-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377178116-28488-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] win32: build fixes due to io_flush removal List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org On Thu, Aug 22, 2013 at 03:28:34PM +0200, Stefan Hajnoczi wrote: > Stefan Weil noticed that the win32 build is broken with my io_flush changes > applied. The issues are simple build failures that should have been avoided by > test building Windows, which I didn't. > > To make amends I've set up a mingw cross-compiler and have fixed the build. > Sorry for the breakage. > > I can include this in my block pull request later today if you are happy with > the patches. > > Stefan Hajnoczi (2): > aio-win32: replace incorrect AioHandler->opaque usage with ->e > win32-aio: drop win32_aio_flush_cb() > > aio-win32.c | 4 ++-- > block/win32-aio.c | 10 +--------- > 2 files changed, 3 insertions(+), 11 deletions(-) Applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan