From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btgES-0004Zt-H1 for qemu-devel@nongnu.org; Mon, 10 Oct 2016 15:27:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btgEO-0007mr-6G for qemu-devel@nongnu.org; Mon, 10 Oct 2016 15:27:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btgEN-0007mh-VJ for qemu-devel@nongnu.org; Mon, 10 Oct 2016 15:27:24 -0400 Date: Mon, 10 Oct 2016 22:27:21 +0300 From: "Michael S. Tsirkin" Message-ID: <20161010213445-mutt-send-email-mst@kernel.org> References: <1476057841-21108-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/33] virtio, pc: fixes and features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Jason Wang On Mon, Oct 10, 2016 at 07:32:32PM +0100, Peter Maydell wrote: > On 10 October 2016 at 15:13, Peter Maydell wrote: > > On 10 October 2016 at 03:57, Michael S. Tsirkin wrote: > >> The following changes since commit 48f592118ab42f83a1a7561c4bfd2b72a100f241: > >> > >> bsd-user: fix FreeBSD build after d148d90e (2016-10-07 15:17:53 +0100) > >> > >> are available in the git repository at: > >> > >> git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > >> > >> for you to fetch changes up to dea651a95af6dad0997b840241a0bf6059d9a776: > >> > >> intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTE (2016-10-10 02:38:14 +0300) > >> > >> ---------------------------------------------------------------- > >> virtio, pc: fixes and features > >> > >> more guest error handling for virtio devices > >> virtio migration rework > >> pc fixes > >> > >> Signed-off-by: Michael S. Tsirkin > > > > This failed 'make check' on aarch64 host (everything else was ok): > > > > TEST: tests/pxe-test... (pid=11699) > > /ppc64/pxe/virtio: ** > > ERROR:/home/petmay01/qemu/tests/boot-sector.c:120:boot_sector_test: > > assertion failed (signature == SIGN > > ATURE): (0x00002020 == 0x0000dead) > > FAIL > > GTester: last random seed: R02S87a02de849c98998299177b1a4c7a31b > > (pid=19477) > > /ppc64/pxe/spapr-vlan: ** > > ERROR:/home/petmay01/qemu/tests/boot-sector.c:120:boot_sector_test: > > assertion failed (signature == SIGN > > ATURE): (0x00002020 == 0x0000dead) > > FAIL > > GTester: last random seed: R02Sf9cf55ad239a137dd20d3085abf91524 > > (pid=24055) > > FAIL: tests/pxe-test > > Several subsequent test runs passed, so I'm inclined to suspect > this is not related to the pull request but is actually an > over-enthusiastic timeout and the build machine was heavily > loaded or something. > > Anyway, I've pushed the merge to master. > > thanks > -- PMM Could be. I think we should have code to detect this though. How about using e.g. time to report elapsed system and user time? -- MST