qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/3] hw: correctly implement soft reset


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 3/3] hw: correctly implement soft reset
Date: Tue, 05 Mar 2013 18:43:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]