From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] hvmloader: add "wakeup from S4 on RTC alarm"bit to ACPI FADT Date: Fri, 04 Feb 2011 16:57:16 +0100 Message-ID: <4D4C21DC.8080903@redhat.com> References: <291EDFCB1E9E224A99088639C47620228CFFAD7B5C@LONPMAILBOX01.citrite.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <291EDFCB1E9E224A99088639C47620228CFFAD7B5C@LONPMAILBOX01.citrite.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Paul Durrant Cc: "xen-devel@lists.xensource.com" , Keir Fraser List-Id: xen-devel@lists.xenproject.org On 02/04/2011 04:22 PM, Paul Durrant wrote: > I believe the test *requires* S4 support. Some others require S3 support, with similar RTC wake. It requires S4 support, but that's not a problem. S4 is just hibernate and works nicely. For the test, RTC wake is not needed (you can simply restart the machine yourself), but the test fails to run if it is not available. Paolo