From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCU47-0001He-UC for qemu-devel@nongnu.org; Thu, 22 Aug 2013 08:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCU3y-0002FL-DQ for qemu-devel@nongnu.org; Thu, 22 Aug 2013 08:32:39 -0400 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:55021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCU3y-0002FB-7Q for qemu-devel@nongnu.org; Thu, 22 Aug 2013 08:32:30 -0400 Received: by mail-ee0-f41.google.com with SMTP id d17so892697eek.0 for ; Thu, 22 Aug 2013 05:32:29 -0700 (PDT) Date: Thu, 22 Aug 2013 14:32:27 +0200 From: Stefan Hajnoczi Message-ID: <20130822123227.GA7692@stefanha-thinkpad.redhat.com> References: <1376921877-9576-1-git-send-email-stefanha@redhat.com> <1376921877-9576-7-git-send-email-stefanha@redhat.com> <5214FF1E.1000201@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5214FF1E.1000201@weilnetz.de> Subject: Re: [Qemu-devel] [PULL 06/18] aio: stop using .io_flush() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Paolo Bonzini , Anthony Liguori , qemu-devel@nongnu.org, Stefan Hajnoczi On Wed, Aug 21, 2013 at 07:55:42PM +0200, Stefan Weil wrote: > this patch was committed yesterday. It breaks MinGW builds: > > aio-win32.c: In function ‘aio_poll’: > aio-win32.c:128:21: error: ‘AioHandler’ has no member named ‘opaque’ > aio-win32.c:191:25: error: ‘AioHandler’ has no member named ‘opaque’ Thanks for pointing this out. Let me try to put together a mingw environment, fix this, and keep testing mingw builds in the future. Stefan