From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYeUV-0007Oy-Ut for qemu-devel@nongnu.org; Mon, 29 Sep 2014 13:12:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYeUM-0005Gc-To for qemu-devel@nongnu.org; Mon, 29 Sep 2014 13:12:03 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:40910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYeUM-0005EH-M3 for qemu-devel@nongnu.org; Mon, 29 Sep 2014 13:11:54 -0400 Received: by mail-wi0-f181.google.com with SMTP id n3so2517418wiv.8 for ; Mon, 29 Sep 2014 10:11:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <542992D0.3050009@redhat.com> Date: Mon, 29 Sep 2014 19:11:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412005212-18266-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1412005212-18266-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] libqos: use microseconds instead of iterations for virtio timeout List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: marc.mari.barcelo@gmail.com, Peter Maydell , Andreas Faerber Il 29/09/2014 17:40, Stefan Hajnoczi ha scritto: > v2: > * Implement "no interrupt" test properly, added Patch 1 [Peter] > > Fix the race condition that leads to Travis "make check" failures. > > Stefan Hajnoczi (2): > libqos: improve event_index test with timeout > libqos: use microseconds instead of iterations for virtio timeout > > tests/libqos/virtio.c | 50 ++++++++++++++++++++++++++++++++------------ > tests/libqos/virtio.h | 13 ++++++++---- > tests/virtio-blk-test.c | 55 +++++++++++++++++++++++-------------------------- > 3 files changed, 72 insertions(+), 46 deletions(-) > Reviewed-by: Paolo Bonzini