From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvu0-0005pU-DV for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:43:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCvtz-0004Tq-2T for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:43:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvty-0004Tj-RB for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:43:46 -0500 Message-ID: <51362ECE.6050208@redhat.com> Date: Tue, 05 Mar 2013 18:43:42 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1362495898-15352-1-git-send-email-pbonzini@redhat.com> <1362495898-15352-4-git-send-email-pbonzini@redhat.com> <1362504126.32301.19.camel@i7.infradead.org> In-Reply-To: <1362504126.32301.19.camel@i7.infradead.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] hw: correctly implement soft reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Woodhouse Cc: aliguori@us.ibm.com, lersek@redhat.com, qemu-devel@nongnu.org Il 05/03/2013 18:22, David Woodhouse ha scritto: > On Tue, 2013-03-05 at 16:04 +0100, Paolo Bonzini wrote: >> > Do not do a hard reset for port 92h, keyboard controller, or cf9h soft >> > reset. These only reset the CPU. > Is a keyboard reset also supposed to reset the A20 gate? Resetting with 0xFE is not supposed to reset the A20 gate. Resetting with 0xD1 will set the A20 gate to whatever value you place in the data byte. (Also, resetting with 0xD1 for what I could find does not have the same edge-triggered behavior as port 92). Paolo