From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK82a-0006yQ-MH for qemu-devel@nongnu.org; Mon, 25 Mar 2013 10:06:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK82W-0005se-8B for qemu-devel@nongnu.org; Mon, 25 Mar 2013 10:06:24 -0400 Received: from gmplib-02.nada.kth.se ([130.237.222.242]:37249 helo=shell.gmplib.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK82W-0005sN-1W for qemu-devel@nongnu.org; Mon, 25 Mar 2013 10:06:20 -0400 References: <20130317193406.10807.11580.malonedeb@wampee.canonical.com> <20130317193406.10807.11580.malonedeb@wampee.canonical.com> <5148ABBC.2090507@twiddle.net> <86r4j8960v.fsf@shell.gmplib.org> From: Torbjorn Granlund Sender: tg@gmplib.org Date: Mon, 25 Mar 2013 15:06:18 +0100 In-Reply-To: <86r4j8960v.fsf@shell.gmplib.org> (Torbjorn Granlund's message of "Thu\, 21 Mar 2013 15\:33\:36 +0100") Message-ID: <86vc8fmv51.fsf@shell.gmplib.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Bug 1156313] [NEW] X86-64 flags handling broken List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org After the latest patch of Richard's, qemu-system-x86_64 now runs GNU/Linux properly. The denorm problem is gone, and there seem to be no (or at least much fewer) spurious segfaults. This ends a multi-month period of qemu-system-x86_64 instability. Still qemu-system-mips64, qemu-system-mips64el, and qemu-system-arm give spurious errors. The former two have never (at least not the last 3-4 years) been able to run a GMP configure && make && make check reliably. No regression there, just maintained buggyness... --=20 Torbj=C3=B6rn