[PULL v2 0/4] Character device backend patches for 2024-02-12

Markus Armbruster posted 4 patches 6 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240214064749.1060107-1-armbru@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
docs/about/deprecated.rst |  8 ++++++++
qapi/char.json            | 28 +++++++++++++++++-----------
include/qemu/osdep.h      |  9 ++++++++-
chardev/char-parallel.c   |  7 +++++--
tests/unit/test-char.c    | 31 +++++++++++++++++++++++++++++--
chardev/meson.build       |  4 +---
6 files changed, 68 insertions(+), 19 deletions(-)
[PULL v2 0/4] Character device backend patches for 2024-02-12
Posted by Markus Armbruster 6 months, 3 weeks ago
I offered Marc-André to do this pull request, and he accepted.

The following changes since commit 5d1fc614413b10dd94858b07a1b2e26b1aa0296c:

  Merge tag 'migration-staging-pull-request' of https://gitlab.com/peterx/qemu into staging (2024-02-09 11:22:20 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-char-2024-02-12-v2

for you to fetch changes up to b04c12282b33e81ba29b54dd001667f5c4002252:

  qapi/char: Deprecate backend type "memory" (2024-02-14 07:45:08 +0100)

----------------------------------------------------------------
Character device backend patches for 2024-02-12

----------------------------------------------------------------
Markus Armbruster (4):
      chardev/parallel: Don't close stdin on inappropriate device
      tests/unit/test-char: Fix qemu_socket(), make_udp_socket() check
      qapi/char: Make backend types properly conditional
      qapi/char: Deprecate backend type "memory"

 docs/about/deprecated.rst |  8 ++++++++
 qapi/char.json            | 28 +++++++++++++++++-----------
 include/qemu/osdep.h      |  9 ++++++++-
 chardev/char-parallel.c   |  7 +++++--
 tests/unit/test-char.c    | 31 +++++++++++++++++++++++++++++--
 chardev/meson.build       |  4 +---
 6 files changed, 68 insertions(+), 19 deletions(-)

-- 
2.43.0


Re: [PULL v2 0/4] Character device backend patches for 2024-02-12
Posted by Peter Maydell 6 months, 3 weeks ago
On Wed, 14 Feb 2024 at 06:47, Markus Armbruster <armbru@redhat.com> wrote:
>
> I offered Marc-André to do this pull request, and he accepted.
>
> The following changes since commit 5d1fc614413b10dd94858b07a1b2e26b1aa0296c:
>
>   Merge tag 'migration-staging-pull-request' of https://gitlab.com/peterx/qemu into staging (2024-02-09 11:22:20 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/armbru.git tags/pull-char-2024-02-12-v2
>
> for you to fetch changes up to b04c12282b33e81ba29b54dd001667f5c4002252:
>
>   qapi/char: Deprecate backend type "memory" (2024-02-14 07:45:08 +0100)
>
> ----------------------------------------------------------------
> Character device backend patches for 2024-02-12
>


Applied, thanks.

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

-- PMM