Hi
On Wed, Feb 11, 2026 at 4:30 PM <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> The following changes since commit 0b91040d23dc8820724a60c811223b777f3bc6b7:
>
> Merge tag 'pull-loongarch-20260210' of https://github.com/gaosong715/qemu into staging (2026-02-10 09:12:38 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/marcandre.lureau/qemu.git tags/char-pull-request
>
> for you to fetch changes up to 72913e8b8ef10071965d43349516d0e7f19a959d:
>
> chardev: add logtimestamp option (2026-02-11 16:27:18 +0400)
>
> ----------------------------------------------------------------
> chardev patches
>
> ----------------------------------------------------------------
>
self-nack, it failed win32 compilation:
https://gitlab.com/marcandre.lureau/qemu/-/jobs/13073244313
> Eric K (1):
> char-udp: Fix initial backend open status
>
> Vladimir Sementsov-Ogievskiy (13):
> ui/spice: Require spice-server >= 0.15.0
> ui/spice: drop SPICE_HAS_ATTACHED_WORKER macro
> chardev: ChardevClass: consistent naming for handlers
> chardev: consistent naming for ChardevClass handlers implementations
> chardev: .chr_open(): drop be_opened parameter
> chardev: .chr_open(): add boolean return value
> chardev/char-pty: store pty_name into PtyChardev state
> chardev: introduce .chr_get_pty_name() handler
> chardev: rework filename handling
> chardev/char: qemu_char_open(): add return value
> char: qemu_chr_write_log() use qemu_write_full()
> error-report: make real_time_iso8601() public
> chardev: add logtimestamp option
>
> meson.build | 2 +-
> qapi/char.json | 6 +-
> include/chardev/char.h | 23 ++-
> include/qemu/error-report.h | 6 +
> include/ui/qemu-spice.h | 6 -
> chardev/baum.c | 12 +-
> chardev/char-console.c | 10 +-
> chardev/char-fe.c | 8 +-
> chardev/char-file.c | 26 ++--
> chardev/char-hub.c | 27 ++--
> chardev/char-mux.c | 30 ++--
> chardev/char-null.c | 9 +-
> chardev/char-parallel.c | 41 +++---
> chardev/char-pipe.c | 30 ++--
> chardev/char-pty.c | 56 ++++---
> chardev/char-ringbuf.c | 20 +--
> chardev/char-serial.c | 39 ++---
> chardev/char-socket.c | 73 ++++------
> chardev/char-stdio.c | 30 ++--
> chardev/char-udp.c | 18 +--
> chardev/char-win-stdio.c | 25 ++--
> chardev/char.c | 137 ++++++++++++------
> chardev/msmouse.c | 13 +-
> chardev/spice.c | 52 +++----
> chardev/wctablet.c | 10 +-
> gdbstub/system.c | 12 +-
> hw/char/xen_console.c | 7 +-
> hw/display/qxl.c | 23 +--
> hw/misc/ivshmem-pci.c | 7 +-
> tests/unit/test-char.c | 2 +
> ui/console-vc.c | 12 +-
> ui/dbus-chardev.c | 16 +-
> ui/dbus.c | 4 +-
> ui/gtk.c | 14 +-
> ui/spice-app.c | 18 +--
> ui/spice-display.c | 19 +--
> ui/vdagent.c | 17 +--
> util/error-report.c | 3 +-
> .../codeconverter/test_regexps.py | 2 +-
> 39 files changed, 437 insertions(+), 428 deletions(-)
>
> --
> 2.52.0
>