From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYd44-0003Ax-CT for qemu-devel@nongnu.org; Mon, 29 Sep 2014 11:40:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYd3x-0004bP-QY for qemu-devel@nongnu.org; Mon, 29 Sep 2014 11:40:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYd3x-0004a1-Jn for qemu-devel@nongnu.org; Mon, 29 Sep 2014 11:40:33 -0400 From: Stefan Hajnoczi Date: Mon, 29 Sep 2014 16:40:10 +0100 Message-Id: <1412005212-18266-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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: qemu-devel@nongnu.org Cc: marc.mari.barcelo@gmail.com, Peter Maydell , Andreas Faerber , Stefan Hajnoczi 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(-) -- 1.9.3