From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svpix-0007Ze-Lb for qemu-devel@nongnu.org; Mon, 30 Jul 2012 09:09:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Svpil-0003SX-HM for qemu-devel@nongnu.org; Mon, 30 Jul 2012 09:09:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svpil-0003S4-9o for qemu-devel@nongnu.org; Mon, 30 Jul 2012 09:09:15 -0400 Date: Mon, 30 Jul 2012 10:09:48 -0300 From: Luiz Capitulino Message-ID: <20120730100948.3e7dd9bc@doriath.home> In-Reply-To: <87mx2ks86o.fsf@blackfin.pond.sub.org> References: <1343235256-26310-1-git-send-email-lcapitulino@redhat.com> <1343235256-26310-8-git-send-email-lcapitulino@redhat.com> <20120725161813.538012f0@doriath.home> <878ve6epif.fsf@blackfin.pond.sub.org> <20120726104749.5be67b6a@doriath.home> <87394ev6x9.fsf@blackfin.pond.sub.org> <87boj2o3eu.fsf_-_@blackfin.pond.sub.org> <20120727112952.6820d679@doriath.home> <87mx2ks86o.fsf@blackfin.pond.sub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] fixup! qapi: qapi.py: allow the "'" character be escaped List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: mdroth@linux.vnet.ibm.com, Peter Maydell , aliguori@us.ibm.com, qemu-devel@nongnu.org, pbonzini@redhat.com On Sat, 28 Jul 2012 08:37:03 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > On Thu, 26 Jul 2012 19:09:13 +0200 > > Markus Armbruster wrote: > > > >> Support escaping the escape character, and make more robust (don't die > >> for '', handle ' without matching '. > >> > >> Signed-off-by: Markus Armbruster > > > > Can you please do you it on top of master so that I can apply it on the qmp > > branch? > > Have you tried squashing it into your commit? Oh, I didn't think about doing that. It works, now. Thanks.