From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [patch]Add a new reboot method Date: Thu, 29 May 2008 15:59:26 +0100 Message-ID: <20080529155926.17dffcf6@core> References: <483EC73C.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Huacai Chen , xen-devel@lists.xensource.com, Jan Beulich List-Id: xen-devel@lists.xenproject.org On Thu, 29 May 2008 14:30:04 +0100 Keir Fraser wrote: > On 29/5/08 14:09, "Jan Beulich" wrote: > > >> You might want to boot a 32bit kernel and try acpi=off, if that does the > >> trick then its (another) ACPI bug and the cf9 is red herring ? > > > > As Keir also pointed out, there's no ACPI involved in rebooting. I also > > did verify (in a 32-bit kernel) that it's the keyboard boot sequence that > > causes the machine to hang. > > ACPI *can* be involved in rebooting though, via FADT's RESET_REGISTER. > Question is: why does Linux ignore this reboot method? It doesn't. Well at the least upstream version doesn't. We default to keyboard currently but that probably wants reconsidering for modern systems. Alan