From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R64yH-0004yk-Gf for qemu-devel@nongnu.org; Tue, 20 Sep 2011 14:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R64yG-0005aU-FM for qemu-devel@nongnu.org; Tue, 20 Sep 2011 14:23:05 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:61381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R64yG-0005aQ-8E for qemu-devel@nongnu.org; Tue, 20 Sep 2011 14:23:04 -0400 Received: by wyh22 with SMTP id 22so850057wyh.4 for ; Tue, 20 Sep 2011 11:23:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E78DA03.3040809@redhat.com> Date: Tue, 20 Sep 2011 20:22:59 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/6] Introduce qemu_cond_timedwait List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel@nongnu.org On 09/20/2011 06:53 PM, Jan Kiszka wrote: > First user will be posix compat aio. > > Signed-off-by: Jan Kiszka I'm pretty sure the win32 version is not thread-safe, but posix compat aio is currently POSIX only. Just leave it out. Paolo