mbox series

[0/2] Remainder of "Simplify qobject refcount"

Message ID 20180817171932.31976-1-marcandre.lureau@redhat.com
Headers show
Series Remainder of "Simplify qobject refcount" | expand

Message

Marc-André Lureau Aug. 17, 2018, 5:19 p.m. UTC
Hi,

"qobject: modify qobject_ref() to assert on NULL" was left out during
the merge of "Simplify qobject refcount" series. Rebased, and added a
preliminary simplification patch.

thanks

Marc-André Lureau (2):
  qdict: add qdict_steal()
  qobject: modify qobject_ref() to assert on NULL

 include/qapi/qmp/qdict.h   |  1 +
 include/qapi/qmp/qobject.h |  7 ++++---
 block.c                    |  6 ++++--
 block/blkdebug.c           |  3 ++-
 block/quorum.c             |  3 ++-
 monitor.c                  |  5 ++---
 qobject/block-qdict.c      |  7 ++-----
 qobject/qdict.c            | 22 ++++++++++++++++++++++
 8 files changed, 39 insertions(+), 15 deletions(-)