From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSQqM-0008Jz-4A for qemu-devel@nongnu.org; Fri, 12 Sep 2014 09:25:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSQqE-0004SK-PQ for qemu-devel@nongnu.org; Fri, 12 Sep 2014 09:24:54 -0400 Received: from mail-la0-f50.google.com ([209.85.215.50]:44609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSQqE-0004S8-Im for qemu-devel@nongnu.org; Fri, 12 Sep 2014 09:24:46 -0400 Received: by mail-la0-f50.google.com with SMTP id ty20so932692lab.23 for ; Fri, 12 Sep 2014 06:24:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1410428416-5046-1-git-send-email-marc.mari.barcelo@gmail.com> <20140912082756.GB1614@stefanha-thinkpad.redhat.com> From: Peter Maydell Date: Fri, 12 Sep 2014 14:24:25 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: =?UTF-8?Q?Marc_Mar=C3=AD?= , QEMU Trivial , QEMU Developers On 12 September 2014 09:30, Peter Maydell wrote: > On 12 September 2014 09:27, Stefan Hajnoczi wrote: >> On Thu, Sep 11, 2014 at 11:40:16AM +0200, Marc Mar=C3=AD wrote: >>> Increase the clock step to avoid Travis failure in some builds due to >>> overagressive timeout. >>> >>> Signed-off-by: Marc Mar=C3=AD >>> --- >>> tests/libqos/virtio.c | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> Reviewed-by: Stefan Hajnoczi > > Do you mind if I apply this directly to master to stop > travis grumbling at us on irc? Applied to master, thanks. -- PMM