Re: [Qemu-devel] [PATCH] fixup! qapi: qapi.py: allow the "'" character be escaped

2012-07-30 Thread Luiz Capitulino
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 '. > >> > >> Signe

Re: [Qemu-devel] [PATCH] fixup! qapi: qapi.py: allow the "'" character be escaped

2012-07-27 Thread Markus Armbruster
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 th

Re: [Qemu-devel] [PATCH] fixup! qapi: qapi.py: allow the "'" character be escaped

2012-07-27 Thread Luiz Capitulino
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?

Re: [Qemu-devel] [PATCH] fixup! qapi: qapi.py: allow the "'" character be escaped

2012-07-26 Thread Peter Maydell
On 26 July 2012 18:09, Markus Armbruster wrote: > Support escaping the escape character, and make more robust (don't die > for '', handle ' without matching '. > > Signed-off-by: Markus Armbruster Yeah, let's do this the right way. Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH] fixup! qapi: qapi.py: allow the "'" character be escaped

2012-07-26 Thread Markus Armbruster
Support escaping the escape character, and make more robust (don't die for '', handle ' without matching '. Signed-off-by: Markus Armbruster --- Luiz made me do this. Fixes up his 07/11. Generates identical qmp-commands.h qapi-types.h qapi-visit.h qapi-errors.h tests/test-qapi-types.h tests/tes