From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUHj3-0006el-56 for qemu-devel@nongnu.org; Wed, 17 Sep 2014 12:05:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUHiu-0001FP-BO for qemu-devel@nongnu.org; Wed, 17 Sep 2014 12:05:01 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:33409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUHiu-0001F0-3S for qemu-devel@nongnu.org; Wed, 17 Sep 2014 12:04:52 -0400 Received: by mail-wg0-f50.google.com with SMTP id x13so1629889wgg.33 for ; Wed, 17 Sep 2014 09:04:47 -0700 (PDT) Date: Wed, 17 Sep 2014 18:04:43 +0200 From: Marc =?UTF-8?B?TWFyw60=?= Message-ID: <20140917180443.54a4f143@crunchbang> In-Reply-To: <20140916001757.17427df3@crunchbang> References: <1410428416-5046-1-git-send-email-marc.mari.barcelo@gmail.com> <20140916001757.17427df3@crunchbang> Mime-Version: 1.0 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: Marc =?UTF-8?B?TWFyw60=?= Cc: Peter Maydell , QEMU Developers , Stefan Hajnoczi El Tue, 16 Sep 2014 00:17:57 +0200 Marc Mar=C3=AD escribi=C3=B3: >=20 > This means agressive timeout is not the problem. The problem is the > ISR not being raised at all after sending a read or write request. >=20 > If this is the log of the failing case: > https://travis-ci.org/qemu/qemu/builds/35118444 > (first time looking at Travis logs, not sure) >=20 > The difference between the one failing and the same arch not failing > is: brlapi support yes, linux AIO support yes, uuid support yes, > licap-ng support yes, virtio-blk-data-plane yes, vhdx yes (this > configuration fails). I have not been able to reproduce the bug. I have set a Ubuntu 14.04 x86_64, and I have the same configure parameters enabled (and the libraries installed) as the log in Travis, but make check does not fail. Any idea? Marc