From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKz6X-0000k3-7G for qemu-devel@nongnu.org; Tue, 04 Mar 2014 18:50:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKz6S-0002GB-F0 for qemu-devel@nongnu.org; Tue, 04 Mar 2014 18:50:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKz6S-0002Fz-12 for qemu-devel@nongnu.org; Tue, 04 Mar 2014 18:50:28 -0500 Date: Wed, 5 Mar 2014 01:49:22 +0200 From: "Michael S. Tsirkin" Message-ID: <20140304234922.GA22576@redhat.com> References: <1392158763-6552-1-git-send-email-hpoussin@reactos.org> <5314FC9D.5040203@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <5314FC9D.5040203@reactos.org> 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: =?iso-8859-1?Q?Herv=E9?= Poussineau Cc: qemu-devel@nongnu.org, Anthony Liguori On Mon, Mar 03, 2014 at 11:05:17PM +0100, Herv=E9 Poussineau wrote: > Ping. >=20 > 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 >=20 > Herv=E9 I thought an alternative fix is being worked on? http://lists.gnu.org/archive/html/qemu-devel/2013-02/msg02967.html > Herv=E9 Poussineau a =E9crit : > >With those two patches, I'm able to run a real BIOS in QEMU (Iwill P55= XB2) > >However, QEMU crashes when rebooting the computer after leaving BIOS s= ettings. > > > >Herv=E9 Poussineau (2): > > pam: partly fix write-only mode > > pckbd: return 'keyboard enabled' on read input port command > > > > hw/input/pckbd.c | 2 +- > > hw/pci-host/pam.c | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > >