Applied PATCH 1-4/5 to qapi-next. I haven't reviewed PATCH 5/5, yet.
Hi
On Thu, Apr 19, 2018 at 5:45 PM, Eric Blake wrote:
> On 04/19/2018 10:01 AM, Marc-André Lureau wrote:
>> Hi,
>>
>> This series aims to get rid of the distinction between QObject, that
>> must use qobject_incref/qobject_decref and its various derived types
>> that have to use QINCREF/QDECREF. I
On 04/19/2018 10:01 AM, Marc-André Lureau wrote:
> Hi,
>
> This series aims to get rid of the distinction between QObject, that
> must use qobject_incref/qobject_decref and its various derived types
> that have to use QINCREF/QDECREF. Instead, replace it with
> qobject_ref/qobject_unref for all ty