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 11:26:45 +0100 Message-ID: <20080529112645.7dfbd32e@core> References: <42DFA526FC41B1429CE7279EF83C6BDC01383B57@pdsmsx415.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDC01383B57@pdsmsx415.ccr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Chen, Huacai" Cc: xen-devel@lists.xensource.com, Keir Fraser List-Id: xen-devel@lists.xenproject.org > New chipsets support a new reboot method by writing port 0xcf9, Some new chipsets. What 0xcf9 does to others is undefined. > sometimes this is more efficient than "keyboard controller reboot" and > "triple fault reboot". This patch add this new method and use it as a > preferable one. Who cares ? Since when has the number of microseconds per reboot been remotely relevant. It simply isn't a performance critical path. Besides which you properly need to use the ACPI power off method on a newer chipset anyway. (And I would note if Intel really thought power off efficiency was important then they wouldn't have invented ACPI...) Alan