qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 09/32] include/qapi: add g_autoptr support for qobject types


From: Richard Henderson
Subject: Re: [PATCH 09/32] include/qapi: add g_autoptr support for qobject types
Date: Wed, 23 Mar 2022 11:11:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/23/22 08:57, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau<marcandre.lureau@redhat.com>

Need wrappers for qobject_unref() calls, which is a macro.

Signed-off-by: Marc-André Lureau<marcandre.lureau@redhat.com>
---
  include/qapi/qmp/qbool.h   | 4 ++++
  include/qapi/qmp/qdict.h   | 4 ++++
  include/qapi/qmp/qlist.h   | 4 ++++
  include/qapi/qmp/qnull.h   | 4 ++++
  include/qapi/qmp/qnum.h    | 4 ++++
  include/qapi/qmp/qstring.h | 4 ++++
  qobject/qbool.c            | 5 +++++
  qobject/qdict.c            | 5 +++++
  qobject/qlist.c            | 5 +++++
  qobject/qnull.c            | 5 +++++
  qobject/qnum.c             | 5 +++++
  qobject/qstring.c          | 5 +++++
  12 files changed, 54 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]