Re: [Qemu-devel] [PATCH] qapi: escaping the dots in c_var

2012-03-15 Thread Michael Roth
On Thu, Mar 15, 2012 at 12:03:30PM -0300, Luiz Capitulino wrote: > On Thu, 15 Mar 2012 09:51:10 -0500 > Michael Roth wrote: > > > On Thu, Mar 15, 2012 at 01:53:38PM +, Federico Simoncelli wrote: > > > This allows qapi commands and types with dots. > > > > > > Signed-off-by: Federico Simoncel

Re: [Qemu-devel] [PATCH] qapi: escaping the dots in c_var

2012-03-15 Thread Luiz Capitulino
On Thu, 15 Mar 2012 09:51:10 -0500 Michael Roth wrote: > On Thu, Mar 15, 2012 at 01:53:38PM +, Federico Simoncelli wrote: > > This allows qapi commands and types with dots. > > > > Signed-off-by: Federico Simoncelli > > --- > > scripts/qapi.py |2 +- > > 1 files changed, 1 insertions(+

Re: [Qemu-devel] [PATCH] qapi: escaping the dots in c_var

2012-03-15 Thread Michael Roth
On Thu, Mar 15, 2012 at 01:53:38PM +, Federico Simoncelli wrote: > This allows qapi commands and types with dots. > > Signed-off-by: Federico Simoncelli > --- > scripts/qapi.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/scripts/qapi.py b/scripts/qapi.py >

[Qemu-devel] [PATCH] qapi: escaping the dots in c_var

2012-03-15 Thread Federico Simoncelli
This allows qapi commands and types with dots. Signed-off-by: Federico Simoncelli --- scripts/qapi.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/qapi.py b/scripts/qapi.py index 6e05469..4090c55 100644 --- a/scripts/qapi.py +++ b/scripts/qapi.py @@ -131,7 +1