From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emZHp-0005rE-Il for qemu-devel@nongnu.org; Fri, 16 Feb 2018 01:14:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emZHo-0003bZ-C4 for qemu-devel@nongnu.org; Fri, 16 Feb 2018 01:14:21 -0500 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:54924 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emZHo-0003bR-6J for qemu-devel@nongnu.org; Fri, 16 Feb 2018 01:14:20 -0500 References: <20180214153938.5410-1-dgilbert@redhat.com> <20180215201919.GB2343@work-vm> From: Thomas Huth Message-ID: <79e69cbb-6ae5-532d-ea17-c0d044f8211a@redhat.com> Date: Fri, 16 Feb 2018 07:14:14 +0100 MIME-Version: 1.0 In-Reply-To: <20180215201919.GB2343@work-vm> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/10] migration queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" , Peter Maydell Cc: Ross Lagerwall , Greg Kurz , QEMU Developers , Peter Xu , Juan Quintela On 15.02.2018 21:19, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.maydell@linaro.org) wrote: >> On 14 February 2018 at 15:39, Dr. David Alan Gilbert (git) >> wrote: >>> From: "Dr. David Alan Gilbert" >>> >>> The following changes since commit bec9c64ef7be8063f1192608b83877bc5c9ea217: >>> >>> Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-02-13 18:24:08 +0000) >>> >>> are available in the Git repository at: >>> >>> git://github.com/dagrh/qemu.git tags/pull-migration-20180214a >>> >>> for you to fetch changes up to 3e0c8050ebba3f55dc2d92b3790a3cfb80786d07: >>> >>> migration: pass MigrationState to migrate_init() (2018-02-14 10:37:09 +0000) >>> >>> ---------------------------------------------------------------- >>> Migration pull 20180214 >>> >>> Note that the 'Add test for migration to bad destination' displays >>> a 'Connection refused' during running, but still gives the correct exit >>> code and OK (It's checking that the source doesn't fail when >>> it can't connect, so that's the right error). >>> If it's particularly disliked that patch can be skipped individually. >>> >>> ---------------------------------------------------------------- >> >> Hi. This fails 'make check' on aarch64 host: >> QTEST_QEMU_BINARY=hppa-softmmu/qemu-system-hppa >> QTEST_QEMU_IMG=qemu-img MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( >> ${RANDOM >> :-0} % 255 + 1))} gtester -k --verbose -m=quick tests/boot-serial-test >> tests/qmp-test tests/device-introspect-test test >> s/qom-test tests/test-hmp >> TEST: tests/boot-serial-test... (pid=2306) >> /hppa/boot-serial/hppa: ** >> ERROR:/home/pm215/qemu/tests/boot-serial-test.c:137:check_guest_output: >> assertion failed: (output_ok) >> FAIL >> GTester: last random seed: R02S43359b02a322915508b897be44a0e9c6 >> (pid=7220) >> FAIL: tests/boot-serial-test > > I can't obviously see a reason why it should in any way affect that > test; however I'll try and grab an aarch64 box tomorrow. For the records: It's a bug in the boot-serial tester. I've just sent a mail with a fix: "tests/boot-serial-test: Fix problem with timeout due to dropped characters". Thomas