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
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
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?
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
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