From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5akv-0005Qj-Qw for qemu-devel@nongnu.org; Mon, 09 Apr 2018 13:39:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5akr-0001vD-Ts for qemu-devel@nongnu.org; Mon, 09 Apr 2018 13:39:01 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:34612 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 1f5akr-0001uz-OQ for qemu-devel@nongnu.org; Mon, 09 Apr 2018 13:38:57 -0400 References: <1523285990-37457-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: Date: Mon, 9 Apr 2018 19:38:47 +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 v2 00/20] Miscellaneous patches for QEMU 2.12-rc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 09/04/2018 19:21, Peter Maydell wrote: > On 9 April 2018 at 15:59, Paolo Bonzini wrote: >> The following changes since commit 0e87fdc966d05f4e5ad868034fcd8ee2a08ca62d: >> >> Update version for v2.12.0-rc2 release (2018-04-04 20:37:20 +0100) >> >> are available in the git repository at: >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to e0014d4b3a955cfd8d517674703bfa87f340290a: >> >> Add missing bit for SSE instr in VEX decoding (2018-04-09 16:36:40 +0200) >> >> ---------------------------------------------------------------- >> Miscellaneous bugfixes, including crash fixes from Alexey, Peter M. and >> Thomas. >> >> ---------------------------------------------------------------- > > SPARC guest boottest, SPARC host: > > TEST: tests/boot-serial-test... (pid=99658) > /sparc/boot-serial/LX: ** > ERROR:/srv/pm215/qemu/tests/boot-serial-test.c:139:check_guest_output: > assertion failed: (output_ok) > FAIL > GTester: last random seed: R02Sec8351c4b01f899a24e5f71f6615a712 > (pid=100565) > /sparc/boot-serial/SS-4: ** > ERROR:/srv/pm215/qemu/tests/boot-serial-test.c:139:check_guest_output: > assertion failed: (output_ok) > FAIL > GTester: last random seed: R02Scdc4c1568274a87c76f6e37e7c72f44b > (pid=101395) > /sparc/boot-serial/SS-600MP: OK > FAIL: tests/boot-serial-test > > Apparently intermittent, I did a couple of by-hand reruns of > that test case and they were fine... What about before my patch? Paolo