[PULL 0/4] ui/chardev patches

marcandre.lureau@redhat.com posted 4 patches 2 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251125141726.1755276-1-marcandre.lureau@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
chardev/char-file.c |  4 +++-
chardev/char-pty.c  |  2 +-
ui/vdagent.c        | 20 ++++++++++++++------
ui/vnc.c            |  9 ++++++---
4 files changed, 24 insertions(+), 11 deletions(-)
[PULL 0/4] ui/chardev patches
Posted by marcandre.lureau@redhat.com 2 months, 2 weeks ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit de074358e99b8eb5076d3efa267e44c292c90e3e:

  Merge tag 'pull-target-arm-20251124' of https://gitlab.com/pm215/qemu into staging (2025-11-24 09:03:12 -0800)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/fix-pull-request

for you to fetch changes up to 4c1646e23f761e3dc6d88c8995f13be8f668a012:

  ui/vnc: Fix qemu abort when query vnc info (2025-11-25 18:03:13 +0400)

----------------------------------------------------------------
ui/chardev fixes for v10.2

----------------------------------------------------------------

AlanoSong@163.com (1):
  ui/vnc: Fix qemu abort when query vnc info

Marc-André Lureau (1):
  ui/vdagent: fix windows agent regression

Philippe Mathieu-Daudé (1):
  chardev/char-pty: Do not ignore chr_write() failures

Vladimir Sementsov-Ogievskiy (1):
  chardev/char-file: fix failure path

 chardev/char-file.c |  4 +++-
 chardev/char-pty.c  |  2 +-
 ui/vdagent.c        | 20 ++++++++++++++------
 ui/vnc.c            |  9 ++++++---
 4 files changed, 24 insertions(+), 11 deletions(-)

-- 
2.51.1


Re: [PULL 0/4] ui/chardev patches
Posted by Richard Henderson 2 months, 2 weeks ago
On 11/25/25 06:17, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> The following changes since commit de074358e99b8eb5076d3efa267e44c292c90e3e:
> 
>    Merge tag 'pull-target-arm-20251124' of https://gitlab.com/pm215/qemu into staging (2025-11-24 09:03:12 -0800)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/marcandre.lureau/qemu.git tags/fix-pull-request
> 
> for you to fetch changes up to 4c1646e23f761e3dc6d88c8995f13be8f668a012:
> 
>    ui/vnc: Fix qemu abort when query vnc info (2025-11-25 18:03:13 +0400)
> 
> ----------------------------------------------------------------
> ui/chardev fixes for v10.2
> 
> ----------------------------------------------------------------
> 
> AlanoSong@163.com (1):
>    ui/vnc: Fix qemu abort when query vnc info
> 
> Marc-André Lureau (1):
>    ui/vdagent: fix windows agent regression
> 
> Philippe Mathieu-Daudé (1):
>    chardev/char-pty: Do not ignore chr_write() failures
> 
> Vladimir Sementsov-Ogievskiy (1):
>    chardev/char-file: fix failure path
> 
>   chardev/char-file.c |  4 +++-
>   chardev/char-pty.c  |  2 +-
>   ui/vdagent.c        | 20 ++++++++++++++------
>   ui/vnc.c            |  9 ++++++---
>   4 files changed, 24 insertions(+), 11 deletions(-)
> 


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~