From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk5j8-0001L5-2w for qemu-devel@nongnu.org; Tue, 22 Aug 2017 05:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk5j2-00086o-Tx for qemu-devel@nongnu.org; Tue, 22 Aug 2017 05:44:00 -0400 References: <20170822042416.26758-1-david@gibson.dropbear.id.au> From: Laurent Vivier Message-ID: Date: Tue, 22 Aug 2017 11:43:51 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/7] ppc-for-2.10 queue 20170822 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , David Gibson Cc: Alexander Graf , Thomas Huth , Michael Roth , Cornelia Huck , "qemu-ppc@nongnu.org" , QEMU Developers , Greg Kurz On 22/08/2017 11:34, Peter Maydell wrote: > On 22 August 2017 at 05:24, David Gibson wrote: >> The following changes since commit 1f296733876434118fd766cfef5eb6f29ecab6a8: >> >> Update version for v2.10.0-rc3 release (2017-08-15 18:53:31 +0100) >> >> are available in the git repository at: >> >> git://github.com/dgibson/qemu.git tags/ppc-for-2.10-20170822 >> >> for you to fetch changes up to d3234e2851f1630c695c681beac1e87ac0881260: >> >> hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device (2017-08-22 11:11:30 +1000) >> >> ---------------------------------------------------------------- >> ppc patch queue 2017-08-22 >> >> Last minute ppc related fixes for qemu-2.10. I'm not sure if these >> are critical enough to prompt another rc, but I'm submitting them for >> consideration. >> >> First, is Cornelia's fix for 480bc11e6 which meant "make check" would >> always fail on a ppc host. Tracking that down delayed submission of >> the rest of these patches, sorry. >> >> The rest are all fairly important bugfixes for qemu crashes or guest >> behaviour regression on ppc. Patches 2-4 specifically are fixes for >> regressions from qemu-2.9, caused by the compatibility mode and >> hotplug handling cleanups for the pseries machine type. >> >> ---------------------------------------------------------------- > > I get a make check failure on ppc64 Linux: > > TEST: tests/postcopy-test... (pid=12468) > /ppc64/postcopy: > Broken pipe > qemu-system-ppc64: RP: Received invalid message 0x0000 length 0x0000 > FAIL > GTester: last random seed: R02Se5468e06f561627824306d95b0566d2b > (pid=13011) > FAIL: tests/postcopy-test This test should fail with KVM PR, but it is explicitly disabled by: tests/postcopy-test.c: 386 accel = access("/sys/module/kvm_hv", F_OK) ? "tcg" : "kvm:tcg"; What is your test machine? [CC' Greg] Thanks, Laurent