From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCUwc-0001vy-OC for qemu-devel@nongnu.org; Thu, 22 Aug 2013 09:29:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCUwW-0006vt-K1 for qemu-devel@nongnu.org; Thu, 22 Aug 2013 09:28:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCUwW-0006vh-D3 for qemu-devel@nongnu.org; Thu, 22 Aug 2013 09:28:52 -0400 From: Stefan Hajnoczi Date: Thu, 22 Aug 2013 15:28:34 +0200 Message-Id: <1377178116-28488-1-git-send-email-stefanha@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: Stefan Weil , Anthony Liguori , Stefan Hajnoczi 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(-) -- 1.8.3.1