From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKazS-0002FU-1i for qemu-devel@nongnu.org; Mon, 03 Mar 2014 17:05:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKazM-0007Zv-NY for qemu-devel@nongnu.org; Mon, 03 Mar 2014 17:05:37 -0500 Received: from smtp6-g21.free.fr ([2a01:e0c:1:1599::15]:40119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKazL-0007Yv-T2 for qemu-devel@nongnu.org; Mon, 03 Mar 2014 17:05:32 -0500 Message-ID: <5314FC9D.5040203@reactos.org> Date: Mon, 03 Mar 2014 23:05:17 +0100 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1392158763-6552-1-git-send-email-hpoussin@reactos.org> In-Reply-To: <1392158763-6552-1-git-send-email-hpoussin@reactos.org> 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: qemu-devel@nongnu.org Cc: Anthony Liguori , "Michael S. Tsirkin" Ping. QEMU crash at reboot is due to not resetting PAM registers at i440fx=20 reset, but a patch has already been rejected on ML:=20 http://lists.gnu.org/archive/html/qemu-devel/2013-02/msg02928.html Herv=C3=A9 Herv=C3=A9 Poussineau a =C3=A9crit : > With those two patches, I'm able to run a real BIOS in QEMU (Iwill P55X= B2) > However, QEMU crashes when rebooting the computer after leaving BIOS se= ttings. >=20 > Herv=C3=A9 Poussineau (2): > pam: partly fix write-only mode > pckbd: return 'keyboard enabled' on read input port command >=20 > hw/input/pckbd.c | 2 +- > hw/pci-host/pam.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20