From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvTVl-00019n-Qx for qemu-devel@nongnu.org; Thu, 09 Feb 2012 07:54:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvTVh-0005Ww-Eu for qemu-devel@nongnu.org; Thu, 09 Feb 2012 07:54:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvTVh-0005Wm-30 for qemu-devel@nongnu.org; Thu, 09 Feb 2012 07:54:01 -0500 Date: Thu, 9 Feb 2012 14:53:56 +0200 From: Gleb Natapov Message-ID: <20120209125356.GL18866@redhat.com> References: <1328698819-31269-1-git-send-email-kraxel@redhat.com> <1328698819-31269-3-git-send-email-kraxel@redhat.com> <4F33AB4D.9070904@redhat.com> <20120209123157.GJ18866@redhat.com> <4F33C062.5080302@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F33C062.5080302@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 2/6] suspend: switch acpi s3 to new infrastructure. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: xen-devel@lists.xensource.com, Gerd Hoffmann , qemu-devel@nongnu.org On Thu, Feb 09, 2012 at 01:47:30PM +0100, Paolo Bonzini wrote: > On 02/09/2012 01:31 PM, Gleb Natapov wrote: > >Real HW may have other ways to notify BIOS that system was S3 suspended > >(special chipset register for instance). I think we can write DSDT magic > >to write RTC for us, but I prefer to do it from inside QEMU. > > Heh, I would prefer DSDT magic, but I wouldn't want to write it. ;) > The only reason I prefer QEMU doing it is because I have S3 unit test and writing AML interpreter for it would be too much. But on the second thought the test can write to RTC by itself, so if you'll write DSDT code I'll ack it :) -- Gleb. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v3 2/6] suspend: switch acpi s3 to new infrastructure. Date: Thu, 9 Feb 2012 14:53:56 +0200 Message-ID: <20120209125356.GL18866@redhat.com> References: <1328698819-31269-1-git-send-email-kraxel@redhat.com> <1328698819-31269-3-git-send-email-kraxel@redhat.com> <4F33AB4D.9070904@redhat.com> <20120209123157.GJ18866@redhat.com> <4F33C062.5080302@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4F33C062.5080302@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Paolo Bonzini Cc: xen-devel@lists.xensource.com, Gerd Hoffmann , qemu-devel@nongnu.org List-Id: xen-devel@lists.xenproject.org On Thu, Feb 09, 2012 at 01:47:30PM +0100, Paolo Bonzini wrote: > On 02/09/2012 01:31 PM, Gleb Natapov wrote: > >Real HW may have other ways to notify BIOS that system was S3 suspended > >(special chipset register for instance). I think we can write DSDT magic > >to write RTC for us, but I prefer to do it from inside QEMU. > > Heh, I would prefer DSDT magic, but I wouldn't want to write it. ;) > The only reason I prefer QEMU doing it is because I have S3 unit test and writing AML interpreter for it would be too much. But on the second thought the test can write to RTC by itself, so if you'll write DSDT code I'll ack it :) -- Gleb.