Re: [Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout

2014-09-17 Thread Marc Marí
El Tue, 16 Sep 2014 00:17:57 +0200 Marc Marí escribió: > > 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. > > If this is the log of the failing case: > https://travis-ci.org/qemu/qemu/builds/35118444 > (fir

Re: [Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout

2014-09-15 Thread Marc Marí
El Mon, 15 Sep 2014 14:47:41 -0700 Peter Maydell escribió: > On 11 September 2014 02:40, Marc Marí > wrote: > > Increase the clock step to avoid Travis failure in some builds due > > to overagressive timeout. > > > > Signed-off-by: Marc Marí > > Unfortunately Travis is still failing with this:

Re: [Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout

2014-09-15 Thread Peter Maydell
On 11 September 2014 02:40, Marc Marí wrote: > Increase the clock step to avoid Travis failure in some builds due to > overagressive timeout. > > Signed-off-by: Marc Marí Unfortunately Travis is still failing with this: ERROR:tests/virtio-blk-test.c:209:pci_basic: assertion failed: (qvirtio_wai

Re: [Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout

2014-09-15 Thread Stefan Hajnoczi
On Fri, Sep 12, 2014 at 09:30:55AM +0100, Peter Maydell wrote: > On 12 September 2014 09:27, Stefan Hajnoczi wrote: > > On Thu, Sep 11, 2014 at 11:40:16AM +0200, Marc Marí wrote: > >> Increase the clock step to avoid Travis failure in some builds due to > >> overagressive timeout. > >> > >> Signed

Re: [Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout

2014-09-12 Thread Peter Maydell
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í wrote: >>> Increase the clock step to avoid Travis failure in some builds due to >>> overagressive timeout. >>> >>> Signed-off-by: Marc Marí

Re: [Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout

2014-09-12 Thread Peter Maydell
On 12 September 2014 09:27, Stefan Hajnoczi wrote: > On Thu, Sep 11, 2014 at 11:40:16AM +0200, Marc Marí wrote: >> Increase the clock step to avoid Travis failure in some builds due to >> overagressive timeout. >> >> Signed-off-by: Marc Marí >> --- >> tests/libqos/virtio.c |4 ++-- >> 1 file

Re: [Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout

2014-09-12 Thread Stefan Hajnoczi
On Thu, Sep 11, 2014 at 11:40:16AM +0200, Marc Marí wrote: > Increase the clock step to avoid Travis failure in some builds due to > overagressive timeout. > > Signed-off-by: Marc Marí > --- > tests/libqos/virtio.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Stef

[Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout

2014-09-11 Thread Marc Marí
Increase the clock step to avoid Travis failure in some builds due to overagressive timeout. Signed-off-by: Marc Marí --- tests/libqos/virtio.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/libqos/virtio.c b/tests/libqos/virtio.c index 128dbd0..9b6de2c 100644 -