From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Bilal Elmoussaoui <belmouss@redhat.com>, qemu-devel@nongnu.org
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>
Subject: Re: [PATCH] dbus: Properly dispose touch/mouse dbus objects
Date: Fri, 1 Sep 2023 12:48:45 +0200 [thread overview]
Message-ID: <adbb7fc5-1e25-131b-b6dd-da782d46528c@linaro.org> (raw)
In-Reply-To: <20230901103020.86915-1-belmouss@redhat.com>
Hi Bilal,
Fixes: 142ca628a7 ("ui: add a D-Bus display backend")
Fixes: de9f844ce2 ("ui/dbus: Expose a touch device interface")
See
https://www.qemu.org/docs/master/devel/submitting-a-patch.html#patch-emails-must-include-a-signed-off-by-line
Your patches must include a Signed-off-by: line. This is a
hard requirement because it’s how you say “I’m legally okay
to contribute this and happy for it to go into QEMU”.
On 1/9/23 12:30, Bilal Elmoussaoui wrote:
> ---
> ui/dbus-console.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/ui/dbus-console.c b/ui/dbus-console.c
> index e19774f985..36f7349585 100644
> --- a/ui/dbus-console.c
> +++ b/ui/dbus-console.c
> @@ -150,6 +150,8 @@ dbus_display_console_dispose(GObject *object)
> DBusDisplayConsole *ddc = DBUS_DISPLAY_CONSOLE(object);
>
> unregister_displaychangelistener(&ddc->dcl);
> + g_clear_object(&ddc->iface_touch);
> + g_clear_object(&ddc->iface_mouse);
> g_clear_object(&ddc->iface_kbd);
> g_clear_object(&ddc->iface);
> g_clear_pointer(&ddc->listeners, g_hash_table_unref);
next prev parent reply other threads:[~2023-09-01 10:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-01 10:30 [PATCH] dbus: Properly dispose touch/mouse dbus objects Bilal Elmoussaoui
2023-09-01 10:48 ` Philippe Mathieu-Daudé [this message]
2023-09-01 12:45 ` Bilal Elmoussaoui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=adbb7fc5-1e25-131b-b6dd-da782d46528c@linaro.org \
--to=philmd@linaro.org \
--cc=belmouss@redhat.com \
--cc=kraxel@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).