From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvo4n-0000tx-Gc for qemu-devel@nongnu.org; Mon, 09 Nov 2015 10:09:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zvo4h-0001A9-MZ for qemu-devel@nongnu.org; Mon, 09 Nov 2015 10:09:45 -0500 Received: from mx3-phx2.redhat.com ([209.132.183.24]:57142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvo4h-0001A0-FU for qemu-devel@nongnu.org; Mon, 09 Nov 2015 10:09:39 -0500 Date: Mon, 9 Nov 2015 10:09:37 -0500 (EST) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <1053612416.5612384.1447081777119.JavaMail.zimbra@redhat.com> In-Reply-To: References: <1447063704-24893-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL v2 0/7] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , QEMU Developers , Stefan Hajnoczi Hi ----- Original Message ----- > On 9 November 2015 at 12:51, Peter Maydell wro= te: > > On 9 November 2015 at 10:08, Stefan Hajnoczi wrot= e: > >> The following changes since commit > >> c4a7bf54e588ff2de9fba0898b686156251b2063: > >> > >> Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' = into > >> staging (2015-11-07 19:55:15 +0000) > >> > >> are available in the git repository at: > >> > >> git://github.com/stefanha/qemu.git tags/block-pull-request > >> > >> for you to fetch changes up to 84aa0140dd4f04f5d993f0db14c40da8d3de270= 6: > >> > >> blockdev: acquire AioContext in hmp_commit() (2015-11-09 10:07:10 +0= 000) > >> > >> ---------------------------------------------------------------- > >> > >> ---------------------------------------------------------------- > > > > I got that intermittent ivshmem test failure again :-( > > > > ERROR:/home/petmay01/qemu/tests/ivshmem-test.c:345:test_ivshmem_server: > > assertion failed (ret !=3D 0): (0 !=3D 0) > > > > I'll retry the tests... >=20 > Yep, worked fine second time, so applied. >=20 > Marc-Andr=C3=A9, can you look into why the ivshmem tests might be intermi= ttently > failing like this, please? Is this with an slow or emulated host? It could be that the 5s timeout is n= ot enough? Alternatively, I think I could come up with a framework to put some kind of= breakpoints in qemu, and wait until they happen. This would get rid of the= timer.