]> Git Repo - qemu.git/commit - scripts/qapi/common.py
qapi.py: Avoid code duplication
authorKevin Wolf <[email protected]>
Mon, 1 Jul 2013 14:31:50 +0000 (16:31 +0200)
committerLuiz Capitulino <[email protected]>
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 <[email protected]>
Reviewed-by: Michael Roth <[email protected]>
Signed-off-by: Luiz Capitulino <[email protected]>
scripts/qapi.py
This page took 0.025402 seconds and 4 git commands to generate.