From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlyMf-0000MK-H3 for qemu-devel@nongnu.org; Mon, 10 Jun 2013 05:26:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlyMe-0001jC-5i for qemu-devel@nongnu.org; Mon, 10 Jun 2013 05:26:13 -0400 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:61210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlyMd-0001iw-V4 for qemu-devel@nongnu.org; Mon, 10 Jun 2013 05:26:12 -0400 Received: by mail-ea0-f175.google.com with SMTP id z7so1566023eaf.34 for ; Mon, 10 Jun 2013 02:26:11 -0700 (PDT) Date: Mon, 10 Jun 2013 11:26:08 +0200 From: Stefan Hajnoczi Message-ID: <20130610092608.GC5745@stefanha-thinkpad.redhat.com> References: <20130606150618.10486.60669.stgit@hds.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130606150618.10486.60669.stgit@hds.com> Subject: Re: [Qemu-devel] [PATCH v4 00/10] qemu-ga: fsfreeze on Windows using VSS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tomoki Sekiyama Cc: libaiqing@huawei.com, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, vrozenfe@redhat.com, pbonzini@redhat.com, seiji.aguchi@hds.com, areis@redhat.com On Thu, Jun 06, 2013 at 11:06:19AM -0400, Tomoki Sekiyama wrote: > changes from v3: > -[01/10] Use c++ instead of g++ in configureing C++ compiler if neither > $cross_prefix nor $CXX is specified. > -[02/10] Add "alternative representations" as a reserved keywords in qapi.py. > -[03/10 (newly added)] modify check-patch.pl to check C++ source code > -[04/10] Improve compatibility (POSIX-compliant). > -[04/10] Added some error checks. > -[05/10] Added --with-win-sdk option to configure path to Windows SDK. > -[06/10] Patch v3 09/11 (adding binary .tlb file) is squashed into this patch > in order to avoid git-bisect failure. > -[06/10 & 07/10] Fix coding style. > -Dropped Patch v3 11/11 (encode error desc of exception with current locale) > > changes from v2: > -[06/11] Fix errors in Windows 7, reported by Li Baiqing > > changes from v1: > - Fix out-tree build by stop using recursive Makefile > - Added script to extract VSS SDK headers on POSIX systems using msitools > (thanks Paolo) > - Remove some unnecessary header files Cool, thanks for the checkpatch.pl and ./configure changes! Stefan