From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbAR4-00061k-Jt for qemu-devel@nongnu.org; Wed, 21 Nov 2012 08:33:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbAR3-00049n-66 for qemu-devel@nongnu.org; Wed, 21 Nov 2012 08:33:50 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:39800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbAR2-00049g-Uc for qemu-devel@nongnu.org; Wed, 21 Nov 2012 08:33:49 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so179432iej.4 for ; Wed, 21 Nov 2012 05:33:48 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50ACD835.4000206@redhat.com> Date: Wed, 21 Nov 2012 14:33:41 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1351697456-16107-1-git-send-email-pbonzini@redhat.com> <1351697456-16107-40-git-send-email-pbonzini@redhat.com> <50ACD536.2050205@siemens.com> <50ACD65E.6030300@redhat.com> <50ACD6B4.1050706@siemens.com> In-Reply-To: <50ACD6B4.1050706@siemens.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 39/39] raw-win32: implement native asynchronous I/O List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "aliguori@us.ibm.com" , "qemu-devel@nongnu.org" , "stefanha@redhat.com" Il 21/11/2012 14:27, Jan Kiszka ha scritto: >>> >> Are there any patches flying around that are supposed to resolve this? >> > >> > No. Is this with aio=native or aio=threads? > aio= - whatever that is on win32. That's aio=threads, just like POSIX. I'm curious (but not too optimistic) whether aio=native fixes it. Anyhow, do you have a reproducer that I can download? Paolo