From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtJxw-0000t5-7J for qemu-devel@nongnu.org; Fri, 03 Feb 2012 09:18:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtJxq-00032I-By for qemu-devel@nongnu.org; Fri, 03 Feb 2012 09:18:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtJxq-000328-5Q for qemu-devel@nongnu.org; Fri, 03 Feb 2012 09:18:10 -0500 Date: Fri, 3 Feb 2012 12:18:03 -0200 From: Luiz Capitulino Message-ID: <20120203121803.6963d24f@doriath.home> In-Reply-To: <1328212740-15799-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1328212740-15799-1-git-send-email-mdroth@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Michael Roth Cc: ghammer@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org 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?