From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLJfv-0003XS-UA for qemu-devel@nongnu.org; Wed, 05 Mar 2014 16:48:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLJfq-0004UD-Fe for qemu-devel@nongnu.org; Wed, 05 Mar 2014 16:48:27 -0500 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:51410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLJfp-0004TW-RT for qemu-devel@nongnu.org; Wed, 05 Mar 2014 16:48:22 -0500 Message-ID: <53179B7B.5050405@reactos.org> Date: Wed, 05 Mar 2014 22:47:39 +0100 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1392158763-6552-1-git-send-email-hpoussin@reactos.org> <5314FC9D.5040203@reactos.org> <20140304234922.GA22576@redhat.com> <531771DC.2000505@suse.de> In-Reply-To: <531771DC.2000505@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] PC: improve emulation correctness List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: David Woodhouse , qemu-devel@nongnu.org, Anthony Liguori , "Michael S. Tsirkin" Le mer. 05 mars 2014 19:50:04 CET, Andreas F=C3=A4rber a =C3=A9crit : > Am 05.03.2014 00:49, schrieb Michael S. Tsirkin: >> On Mon, Mar 03, 2014 at 11:05:17PM +0100, Herv=C3=A9 Poussineau wrote: >>> Ping. >>> >>> QEMU crash at reboot is due to not resetting PAM registers at i440fx >>> reset, but a patch has already been rejected on ML: >>> http://lists.gnu.org/archive/html/qemu-devel/2013-02/msg02928.html >>> >>> Herv=C3=A9 >> >> I thought an alternative fix is being worked on? >> http://lists.gnu.org/archive/html/qemu-devel/2013-02/msg02967.html > > And I was told an alternative fix had been applied - was I misinformed? > > Andreas > In current master, I don't see any reset of PAM registers in=20 hw/pci-host/piix.c . However, piix3 has a reset function. Herv=C3=A9