From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] s3: wake up on RTC event Date: Tue, 5 Mar 2013 21:55:51 -0300 Message-ID: <20130306005551.GA10541@amt.cnet> References: <1362474978-17353-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:21651 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752042Ab3CFB6T (ORCPT ); Tue, 5 Mar 2013 20:58:19 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r261wJpf010730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Mar 2013 20:58:19 -0500 Content-Disposition: inline In-Reply-To: <1362474978-17353-1-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Mar 05, 2013 at 10:16:18AM +0100, Paolo Bonzini wrote: > The S3 test requires user interaction to terminate. Set up the > RTC alarm instead, so that the test will end after one second. > > Signed-off-by: Paolo Bonzini > --- > x86/s3.c | 36 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) Applied, thanks.