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 stefa...@redhat.com 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.

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í marc.mari.barc...@gmail.com wrote: Increase the clock step to avoid Travis failure in some builds due to overagressive timeout. Signed-off-by: Marc Marí marc.mari.barc...@gmail.com Unfortunately Travis is still failing with this:

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 peter.mayd...@linaro.org escribió: On 11 September 2014 02:40, Marc Marí marc.mari.barc...@gmail.com 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 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í marc.mari.barc...@gmail.com --- tests/libqos/virtio.c |4 ++-- 1 file changed, 2 insertions(+), 2

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 stefa...@redhat.com 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í marc.mari.barc...@gmail.com ---

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 peter.mayd...@linaro.org wrote: On 12 September 2014 09:27, Stefan Hajnoczi stefa...@redhat.com 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

[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í marc.mari.barc...@gmail.com --- tests/libqos/virtio.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/libqos/virtio.c b/tests/libqos/virtio.c