mbox

[PULL,0/8] Chr patches

Message ID 20241015085150.219486-1-marcandre.lureau@redhat.com (mailing list archive)
State New
Headers show

Pull-request

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

Message

Marc-André Lureau Oct. 15, 2024, 8:51 a.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit aa54f5be44be786636a5d51cc1612ad208a24849:

  tests: update lcitool to fix freebsd py311-yaml rename (2024-10-14 15:54:24 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 95806c7bee232e995ffd963a6fea0a34fbabc937:

  tests/unit/test-char: implement a few mux remove test cases (2024-10-15 12:48:53 +0400)

----------------------------------------------------------------
chardev patch queue

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

Roman Penyaev (8):
  chardev/char: fix qemu_chr_is_busy() check
  chardev/chardev-internal: remove unused `max_size` struct member
  chardev/mux: use bool type for `linestart` and `term_got_escape`
  chardev/mux: convert size members to unsigned int
  chardev/mux: introduce `mux_chr_attach_frontend() call
  chardev/mux: switch mux frontends management to bitset
  chardev/mux: implement detach of frontends from mux
  tests/unit/test-char: implement a few mux remove test cases

 chardev/chardev-internal.h | 16 ++++---
 include/chardev/char-fe.h  |  2 +-
 chardev/char-fe.c          | 13 ++----
 chardev/char-mux.c         | 90 ++++++++++++++++++++++++++++----------
 chardev/char.c             |  2 +-
 tests/unit/test-char.c     | 24 +++++++++-
 6 files changed, 105 insertions(+), 42 deletions(-)

Comments

Peter Maydell Oct. 15, 2024, 11:37 a.m. UTC | #1
On Tue, 15 Oct 2024 at 09:52, <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> The following changes since commit aa54f5be44be786636a5d51cc1612ad208a24849:
>
>   tests: update lcitool to fix freebsd py311-yaml rename (2024-10-14 15:54:24 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/marcandre.lureau/qemu.git tags/chr-pull-request
>
> for you to fetch changes up to 95806c7bee232e995ffd963a6fea0a34fbabc937:
>
>   tests/unit/test-char: implement a few mux remove test cases (2024-10-15 12:48:53 +0400)
>
> ----------------------------------------------------------------
> chardev patch queue
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM