From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDM6F-0005Pu-3h for qemu-devel@nongnu.org; Tue, 11 Feb 2014 17:46:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDM66-0003X9-N7 for qemu-devel@nongnu.org; Tue, 11 Feb 2014 17:46:43 -0500 Received: from smtp4-g21.free.fr ([2a01:e0c:1:1599::13]:55096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDM66-0003Vn-6p for qemu-devel@nongnu.org; Tue, 11 Feb 2014 17:46:34 -0500 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 11 Feb 2014 23:46:01 +0100 Message-Id: <1392158763-6552-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [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: =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Anthony Liguori , "Michael S. Tsirkin" With those two patches, I'm able to run a real BIOS in QEMU (Iwill P55XB2= ) However, QEMU crashes when rebooting the computer after leaving BIOS sett= ings. Herv=C3=A9 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(-) --=20 1.7.10.4