[PATCH v1 0/2] ui/vdagent: Fix two bugs about disconnect event handling

tugy@chinatelecom.cn posted 2 patches 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1692281173.git.tugy@chinatelecom.cn
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
ui/vdagent.c | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH v1 0/2] ui/vdagent: Fix two bugs about disconnect event handling
Posted by tugy@chinatelecom.cn 9 months ago
From: Guoyi Tu <tugy@chinatelecom.cn>

and resource leak

Guoyi Tu (2):
  ui/vdagent: call vdagent_disconnect() when agent connection is lost
  ui/vdagent: Unregister input handler of mouse during finalization

 ui/vdagent.c | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.27.0
Re: [PATCH v1 0/2] ui/vdagent: Fix two bugs about disconnect event handling
Posted by Guoyi Tu 8 months, 2 weeks ago
Hi Gerd, what do you think of these two patches? Can they be merged into
the upstream?

On 2023/8/17 22:12, tugy@chinatelecom.cn wrote:
> From: Guoyi Tu <tugy@chinatelecom.cn>
> 
> and resource leak
> 
> Guoyi Tu (2):
>    ui/vdagent: call vdagent_disconnect() when agent connection is lost
>    ui/vdagent: Unregister input handler of mouse during finalization
> 
>   ui/vdagent.c | 6 ++++++
>   1 file changed, 6 insertions(+)
>
Re: [PATCH v1 0/2] ui/vdagent: Fix two bugs about disconnect event handling
Posted by Marc-André Lureau 8 months, 2 weeks ago
Hi

On Mon, Sep 4, 2023 at 3:26 PM Guoyi Tu <tugy@chinatelecom.cn> wrote:
>
> Hi Gerd, what do you think of these two patches? Can they be merged into
> the upstream?

I'll queue them.

thanks



-- 
Marc-André Lureau
Re: [PATCH v1 0/2] ui/vdagent: Fix two bugs about disconnect event handling
Posted by Guoyi Tu 8 months, 2 weeks ago
On 2023/9/4 19:28, Marc-André Lureau wrote:
> Hi
> 
> On Mon, Sep 4, 2023 at 3:26 PM Guoyi Tu <tugy@chinatelecom.cn> wrote:
>>
>> Hi Gerd, what do you think of these two patches? Can they be merged into
>> the upstream?
> 
> I'll queue them.
> 
> thanks
> 
> 
> 
I'm glad they can be merged. Thank you.