Re: [Qemu-devel] [PATCH 1/3] qapi.py: Move common code to evaluate()

2013-06-24 Thread mdroth
On Mon, Jun 24, 2013 at 05:17:35PM +0200, Kevin Wolf wrote: > Am 21.06.2013 um 18:39 hat mdroth geschrieben: > > On Wed, Jun 19, 2013 at 06:28:05PM +0200, Kevin Wolf wrote: > > > Don't duplicate more code than is really necessary. > > > > > > Signed-off-by: Kevin Wolf > > > --- > > > scripts/qap

Re: [Qemu-devel] [PATCH 1/3] qapi.py: Move common code to evaluate()

2013-06-24 Thread Kevin Wolf
Am 21.06.2013 um 18:39 hat mdroth geschrieben: > On Wed, Jun 19, 2013 at 06:28:05PM +0200, Kevin Wolf wrote: > > Don't duplicate more code than is really necessary. > > > > Signed-off-by: Kevin Wolf > > --- > > scripts/qapi.py | 24 ++-- > > 1 file changed, 10 insertions(+),

Re: [Qemu-devel] [PATCH 1/3] qapi.py: Move common code to evaluate()

2013-06-21 Thread mdroth
On Wed, Jun 19, 2013 at 06:28:05PM +0200, Kevin Wolf wrote: > Don't duplicate more code than is really necessary. > > Signed-off-by: Kevin Wolf > --- > scripts/qapi.py | 24 ++-- > 1 file changed, 10 insertions(+), 14 deletions(-) > > diff --git a/scripts/qapi.py b/scripts/q