From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvWVb-00048z-TH for qemu-devel@nongnu.org; Thu, 09 Feb 2012 11:06:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvWVV-000843-KB for qemu-devel@nongnu.org; Thu, 09 Feb 2012 11:06:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvWVV-00083y-CC for qemu-devel@nongnu.org; Thu, 09 Feb 2012 11:06:01 -0500 Date: Thu, 9 Feb 2012 18:05:57 +0200 From: Gleb Natapov Message-ID: <20120209160557.GB12927@redhat.com> References: <1328698819-31269-2-git-send-email-kraxel@redhat.com> <20120209084816.GB18866@redhat.com> <4F33A3C1.1080108@redhat.com> <20120209111928.GH18866@redhat.com> <4F33B5E7.7070502@redhat.com> <20120209123725.GK18866@redhat.com> <4F33C00F.7040408@redhat.com> <20120209131714.GM18866@redhat.com> <4F33CA3C.50903@redhat.com> <4F33EDB4.9090904@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F33EDB4.9090904@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 1/6] suspend: add infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org On Thu, Feb 09, 2012 at 05:00:52PM +0100, Gerd Hoffmann wrote: > Hi, > > > I'll try to get a complete v4 out of the door later today, that should > > the direction I'm heading to more clear than these incremental bits. > > While wading through the acpi mess^Wcode: the acpi timer can s3 wakeups > too IIRC, is that correct? > According to ACPI spec^Wmess you are correct. -- Gleb.