Re: [Qemu-devel] [PATCH v3 0/4] RFC: simplify qobject refcount

2018-03-30 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329154833.566-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH v3 0/4] RFC

[Qemu-devel] [PATCH v3 0/4] RFC: simplify qobject refcount

2018-03-29 Thread Marc-André Lureau
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 types. v3: after v2 review with Eric and Paolo - fix clang ubs

[Qemu-devel] [PATCH v3 0/4] RFC: simplify qobject refcount

2018-03-29 Thread Marc-André Lureau
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 types. v3: after v2 review with Eric and Paolo - fix clang ubs