From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLGph-0008C1-6Z for qemu-devel@nongnu.org; Wed, 05 Mar 2014 13:46:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLGpZ-0003PG-Ef for qemu-devel@nongnu.org; Wed, 05 Mar 2014 13:46:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLGpZ-0003P9-65 for qemu-devel@nongnu.org; Wed, 05 Mar 2014 13:46:13 -0500 Date: Wed, 5 Mar 2014 20:46:07 +0200 From: "Michael S. Tsirkin" Message-ID: <20140305184607.GA3228@redhat.com> References: <1392158763-6552-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1392158763-6552-1-git-send-email-hpoussin@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 Tue, Feb 11, 2014 at 11:46:01PM +0100, Herv=E9 Poussineau wrote: > 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=E9 Poussineau (2): > pam: partly fix write-only mode > pckbd: return 'keyboard enabled' on read input port command Thanks, I've applied this. > hw/input/pckbd.c | 2 +- > hw/pci-host/pam.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > --=20 > 1.7.10.4