On Thu, Apr 02, 2015 at 01:31:46PM -0600, Eric Blake wrote: > So instead, this patch creates a new QObject subtype: QNull.
The code looks good, but Markus's approach of using a single instance seems probably a bit better for this case. > --- /dev/null > +++ b/include/qapi/qmp/qnull.h > @@ -0,0 +1,23 @@ > +/* > + * QBool Module You probably meant QNull here. Berto