From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRerN-0006ji-CS for qemu-devel@nongnu.org; Fri, 26 Oct 2012 04:01:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRerD-0007tt-23 for qemu-devel@nongnu.org; Fri, 26 Oct 2012 04:01:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRerC-0007to-Pq for qemu-devel@nongnu.org; Fri, 26 Oct 2012 04:01:30 -0400 Message-ID: <508A4354.2010801@redhat.com> Date: Fri, 26 Oct 2012 10:01:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1344338247-17567-1-git-send-email-pbonzini@redhat.com> <50896766.9040101@redhat.com> <50898983.7090705@us.ibm.com> In-Reply-To: <50898983.7090705@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Hajnoczi , sw@weilnetz.de, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com, aliguori@linux.vnet.ibm.com Il 25/10/2012 20:48, Anthony Liguori ha scritto: >>> >> >> No, but I rebased it on top of AioContext in my branch. If you're >> interested I can resubmit it. > > What was the conclusion with 12/12? > > I'm pretty happy with the series. If no one is unhappy about 12/12 then > I think we should apply it. Ok, then I'll resubmit this + AioContext later today. I also had a native-aio implementation for Windows, but it sucks big under Wine. :/ Paolo