]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
Fix qapi code generation fix
authorAvi Kivity <avi@redhat.com>
Wed, 28 Dec 2011 10:26:58 +0000 (12:26 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 12 Jan 2012 16:03:28 +0000 (10:03 -0600)
commit19bf7c87081835449d5683ecb0858255bf5a0546
treee1512adf58be067fdb20a6b83ce0e5d03d8c2a98
parent73a511decc9c87cbc1bac0012d990e4e74a648bf
Fix qapi code generation fix

The fixes to qapi code generation had multiple bugs:
- the Null class used to drop output was missing some methods
- in some scripts it was never instantiated, leading to a None return,
  which is missing even more methods
- the --source and --header options were swapped

Luckily, all those bugs were hidden by a makefile bug which caused the
old behaviour (with the race) to be invoked.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
scripts/qapi-commands.py
scripts/qapi-types.py
scripts/qapi-visit.py