qapi.py: Avoid code duplication
authorKevin Wolf <kwolf@redhat.com>
Mon, 1 Jul 2013 14:31:50 +0000 (16:31 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 10 Jul 2013 17:39:37 +0000 (13:39 -0400)
commitbd9927fee4e63b451b4ef67a4c49729070d8b05d
tree6b3750f273c4260131321b2c008f6d581cfa6c17
parent0f953051178f2e3df36efa5158a71f33d35fa812
qapi.py: Avoid code duplication

The code that interprets the read JSON expression and appends types to
the respective global variables was duplicated. We can avoid that by
splitting off the part that reads from the file.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
scripts/qapi.py