From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wl0yS-00009C-HR for qemu-devel@nongnu.org; Thu, 15 May 2014 15:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wl0yM-0005Z7-9A for qemu-devel@nongnu.org; Thu, 15 May 2014 15:05:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wl0yM-0005Yt-17 for qemu-devel@nongnu.org; Thu, 15 May 2014 15:05:42 -0400 Date: Thu, 15 May 2014 15:05:36 -0400 From: Luiz Capitulino Message-ID: <20140515150536.1cb402af@redhat.com> In-Reply-To: <1399511680-12811-1-git-send-email-akong@redhat.com> References: <1399511680-12811-1-git-send-email-akong@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/3] qapi: fix coding style in generated code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com Cc: mdroth@linux.vnet.ibm.com, Amos Kong , qemu-devel@nongnu.org, armbru@redhat.com On Thu, 8 May 2014 09:14:37 +0800 Amos Kong wrote: > Not a serious issue, but it's helpful if we can fix it. > > V2: split change of scripts/qapi-visit.py to a split patch, > eat space by using a special char as Markus suggested > V3: update commitlog, update special string, fix of adding > const replace string by pattern > V4: fix pattern to cleanup special string (Paolo) Paolo, can you ACK this now?