From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMuw-0007eo-Jz for qemu-devel@nongnu.org; Fri, 03 Feb 2012 12:27:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtMup-0002Az-4g for qemu-devel@nongnu.org; Fri, 03 Feb 2012 12:27:22 -0500 Received: from e6.ny.us.ibm.com ([32.97.182.146]:59684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMup-0002Ah-0c for qemu-devel@nongnu.org; Fri, 03 Feb 2012 12:27:15 -0500 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 3 Feb 2012 12:27:13 -0500 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id A592F38C807C for ; Fri, 3 Feb 2012 12:23:06 -0500 (EST) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q13HN6Sl260210 for ; Fri, 3 Feb 2012 12:23:06 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q13HN6P5012877 for ; Fri, 3 Feb 2012 15:23:06 -0200 Message-ID: <4F2C17F9.9030103@linux.vnet.ibm.com> Date: Fri, 03 Feb 2012 11:23:05 -0600 From: Michael Roth MIME-Version: 1.0 References: <1328212740-15799-1-git-send-email-mdroth@linux.vnet.ibm.com> <20120203121803.6963d24f@doriath.home> <4F2C0D45.1020701@linux.vnet.ibm.com> <20120203144535.1be8a569@doriath.home> In-Reply-To: <20120203144535.1be8a569@doriath.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/8] qemu-ga: add support for Windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: ghammer@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org On 02/03/2012 10:45 AM, Luiz Capitulino wrote: > On Fri, 03 Feb 2012 10:37:25 -0600 > Michael Roth wrote: > >> On 02/03/2012 08:18 AM, Luiz Capitulino wrote: >>> On Thu, 2 Feb 2012 13:58:52 -0600 >>> Michael Roth wrote: >>> >>>> These patches apply on top of qemu.git master, and can also be obtained from: >>>> git://github.com/mdroth/qemu.git qga-win32-v2 >>>> >>>> Luiz/Gal, I decided not to roll the suspend/hibernate stuff into this series >>>> since the s3 situation isn't fully sorted out yet. The file structure is a >>>> little different now, posix/linux-specific stuff goes in qga/commands-posix.c, >>>> win32-specific stuff in qga/commands-win32.c, but other than that it should be >>>> a straightforward rebase if this gets merged first. >>> >>> I think I'll have to rebase my series on top of this one, when do you plan to >>> merge this? >>> >> >> Hopefully soon, was planning on waiting for the suspend/hibernate bits >> but we seem to be blocked on the s3 issues and I have other patches >> accumulating on top of win32 (hesitant to base those on master since >> this patchset does a lot of refactoring that might affect them), so I >> figured I'd push this for merge since it doesn't have any dependencies >> outside master. > > The S3 issues seem sorted to me, but I don't oppose having this series in first. > Thanks, in retrospect I probably should've just gotten these out of the way weeks ago since they'd immediately clobber git blame. I'd been tracking Gerd's QMP wakeup series as the s3 resolution we need for guest-suspend, is that still the case? I guess those are coming through your QMP queue?