From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH]xen/acpi: make poweroff really work for pv-ops dom0 Date: Tue, 24 Nov 2009 15:13:49 -0800 Message-ID: <4B0C68AD.5000006@goop.org> References: <8FED46E8A9CA574792FC7AACAC38FE7714FEC8776E@PDSMSX501.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <8FED46E8A9CA574792FC7AACAC38FE7714FEC8776E@PDSMSX501.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: "Wei, Gang" Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org On 11/23/09 17:33, Wei, Gang wrote: > xen/acpi: Make poweroff really work for pv-ops dom0 > > sched_op(SHUTDOWN_poweroff) hypercall will only halt all physical cpus without > really poweroff the system. Use pm_power_off fn to achieve it. > BTW, there have been several reports of hangs on reboot (I see it myself on some systems). Could there be a similar problem in that area? Thanks, J