From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: pvops dom0 work roadmap Date: Thu, 20 Aug 2009 09:43:18 -0700 Message-ID: <4A8D7D26.8060708@goop.org> References: <4A8AF65A.2040904@goop.org> <20090818200718.GD19938@edu.joroinen.fi> <4A8B0B1A.80406@goop.org> <20090819132609.GA21730@phenom.dumpdata.com> <4A8C2624.8090900@goop.org> <4A8D3D290200007800010C65@vpn.id2.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A8D3D290200007800010C65@vpn.id2.novell.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: Jan Beulich Cc: Xen-devel , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 08/20/09 03:10, Jan Beulich wrote: > Yes, but Dom0 has to tell Xen when this is to happen (see > acpi_enter_sleep_state() in the 2.6.18 tree). Oh, that's a bit awkward. I'd assumed that dom0 would do a shutdown hypercall and Xen would sort out the actual shutdown part. > I think you had discussed > this with the ACPI folks already, and your initial approach was disliked > for whatever reason... Yes, we haven't converged on something upstreamable yet, but rebase/master has everything needed for S3, and I think that's enough for shutdown? I haven't tried shutdown lately, but reboot works for me; is that the same path? J