From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQcT0-0004Cl-AX for qemu-devel@nongnu.org; Tue, 02 Feb 2016 10:02:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQcSs-000757-OJ for qemu-devel@nongnu.org; Tue, 02 Feb 2016 10:02:06 -0500 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:33467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQcSs-000752-IJ for qemu-devel@nongnu.org; Tue, 02 Feb 2016 10:01:58 -0500 Received: by mail-wm0-x244.google.com with SMTP id r129so2828740wmr.0 for ; Tue, 02 Feb 2016 07:01:58 -0800 (PST) Sender: Paolo Bonzini References: <1452870739-28484-1-git-send-email-pbonzini@redhat.com> <1452870739-28484-6-git-send-email-pbonzini@redhat.com> <20160202145206.GB32084@stefanha-x1.localdomain> From: Paolo Bonzini Message-ID: <56B0C4E3.5060808@redhat.com> Date: Tue, 2 Feb 2016 16:01:55 +0100 MIME-Version: 1.0 In-Reply-To: <20160202145206.GB32084@stefanha-x1.localdomain> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/16] iothread: release AioContext around aio_poll List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 02/02/2016 15:52, Stefan Hajnoczi wrote: >>> @@ -110,6 +111,8 @@ static void *test_acquire_thread(void >>> *opaque) qemu_mutex_lock(&data->start_lock); >>> qemu_mutex_unlock(&data->start_lock); >>> >>> + g_usleep(500000); > Sleep? What about it? :) Paolo