Re: [Qemu-devel] [PATCH 1/6] qobject: Drop QObject_HEAD

2015-10-15 Thread Eric Blake
On 10/15/2015 08:15 AM, Markus Armbruster wrote: > QObject_HEAD is a macro expanding into the common part of structs that > are sub-types of QObject. It's always been just QObject base, and > unlikely to change. Drop the macro, because the code is clearer with > out it. > > Signed-off-by: Markus

[Qemu-devel] [PATCH 1/6] qobject: Drop QObject_HEAD

2015-10-15 Thread Markus Armbruster
QObject_HEAD is a macro expanding into the common part of structs that are sub-types of QObject. It's always been just QObject base, and unlikely to change. Drop the macro, because the code is clearer with out it. Signed-off-by: Markus Armbruster --- include/qapi/qmp/qbool.h | 2 +- include/