Re: [Qemu-devel] [PATCH v6 0/5] Simplify qobject refcount

2018-05-02 Thread Markus Armbruster
Applied PATCH 1-4/5 to qapi-next. I haven't reviewed PATCH 5/5, yet.

Re: [Qemu-devel] [PATCH v6 0/5] Simplify qobject refcount

2018-04-19 Thread Marc-André Lureau
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

Re: [Qemu-devel] [PATCH v6 0/5] Simplify qobject refcount

2018-04-19 Thread Eric Blake
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