From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvRVM-00065y-Aj for qemu-devel@nongnu.org; Thu, 09 Feb 2012 05:45:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvRVG-0000ZI-Ok for qemu-devel@nongnu.org; Thu, 09 Feb 2012 05:45:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvRVG-0000Z8-Gc for qemu-devel@nongnu.org; Thu, 09 Feb 2012 05:45:26 -0500 Message-ID: <4F33A3C1.1080108@redhat.com> Date: Thu, 09 Feb 2012 11:45:21 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1328698819-31269-1-git-send-email-kraxel@redhat.com> <1328698819-31269-2-git-send-email-kraxel@redhat.com> <20120209084816.GB18866@redhat.com> In-Reply-To: <20120209084816.GB18866@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/6] suspend: add infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org On 02/09/12 09:48, Gleb Natapov wrote: > On Wed, Feb 08, 2012 at 12:00:14PM +0100, Gerd Hoffmann wrote: >> * qemu_system_wakeup_request is supposed to be called on events which >> should wake up the guest. >> > qemu_system_wakeup_request() should get wakeup source as a parameter. > There are ways to report it to a guest. Can we do that incrementally, when we actually implement the guest reporting? cheers, Gerd