Home
last modified time | relevance | path

Searched hist:"19 bf7c87" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A DMakefile19bf7c87 Wed Dec 28 04:26:58 CST 2011 Avi Kivity <avi@redhat.com> 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>