From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ7Go-0005Yz-Ek for qemu-devel@nongnu.org; Mon, 09 Sep 2013 15:37:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJ7Gj-0003ur-3g for qemu-devel@nongnu.org; Mon, 09 Sep 2013 15:37:10 -0400 Received: from mail-oa0-x22b.google.com ([2607:f8b0:4003:c02::22b]:45524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ7Gi-0003uP-VX for qemu-devel@nongnu.org; Mon, 09 Sep 2013 15:37:05 -0400 Received: by mail-oa0-f43.google.com with SMTP id i10so7067083oag.30 for ; Mon, 09 Sep 2013 12:37:00 -0700 (PDT) Sender: fluxion Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: References: <20130807153925.16124.93648.stgit@hds.com> <20130808223548.20939.8488@loki> Message-ID: <20130909193655.13410.67176@loki> Date: Mon, 09 Sep 2013 14:36:55 -0500 Subject: Re: [Qemu-devel] [PATCH v10 00/10] qemu-ga: fsfreeze on Windows using VSS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: libaiqing@huawei.com, ghammer@redhat.com, Stefan Hajnoczi , QEMU Developers , Luiz Capitulino , vrozenfe@redhat.com, Tomoki Sekiyama , Paolo Bonzini , seiji.aguchi@hds.com, Laszlo Ersek , areis@redhat.com Quoting Peter Maydell (2013-09-09 11:22:11) > On 8 August 2013 23:35, Michael Roth wrote: > > Quoting Tomoki Sekiyama (2013-08-07 10:39:25) > >> Hi, > >> > >> I rebased the patch series to add fsfreeze for Windows qemu-ga. > >> > >> changes from v9: > >> - Fix conflict with commit e8ef31a3518c "qemu-ga: build it even if != system" > >> > >> changes from v8: > >> - Add hEventTimeout to improve timeout error message (patch 07, see b= elow) > >> - Build qga-vss.tlb if configure'd --with-win-sdk (patch 05, 07) > >> - Use "qga-vss-dll-obj-$(CONFIG_QGA_VSS)" in Makefile.objs (patch 07) > >> - Fix typo in QGAVSSRequesterFunc (patch 07, 08) > > > > Everything looks good, went ahead and applied to qga branch and will se= nd a > > PULL shortly after 1.7 development window opens up: > > > > https://github.com/mdroth/qemu/commits/qga > > > > Thanks for the series! > = > ...it doesn't look like this has happened yet? (I noticed > because I had another patchset in mind which probably > wants the configure support for C++...) No, sorry, was waiting on this patch to go in so I could do a final mingw build test before sending the pull, but didn't notice it'd already been committed: 7e75e33e7886314490305f181065b8b4ec916a8a Prepping the pull now, should go out in a few minutes. > = > thanks > -- PMM