qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/8] chardev patches


From: marcandre . lureau
Subject: [PULL 0/8] chardev patches
Date: Thu, 29 Sep 2022 15:05:00 +0400

From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit dbc4f48b5ab3e6d85f78aa4df6bd6ad561c3d152:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging 
(2022-09-27 11:08:36 -0400)

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 9cbda7b354389e536d546cc2091365bc402b3206:

  vhost-user: Call qemu_socketpair() instead of socketpair() (2022-09-29 
14:38:05 +0400)

----------------------------------------------------------------
chardev related patches

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

Arwed Meyer (5):
  msmouse: Handle mouse reset
  chardev: src buffer const for write functions
  msmouse: Use fifo8 instead of array
  msmouse: Add pnp data
  serial: Allow unaligned i/o access

Guoyi Tu (2):
  oslib-posix: Introduce qemu_socketpair()
  vhost-user: Call qemu_socketpair() instead of socketpair()

Maksim Davydov (1):
  chardev: fix segfault in finalize

 include/chardev/char.h      |   4 +-
 include/qemu/sockets.h      |  18 +++++
 include/sysemu/replay.h     |   2 +-
 chardev/char.c              |   4 +-
 chardev/msmouse.c           | 152 ++++++++++++++++++++++++++++++------
 chardev/wctablet.c          |   4 +-
 hw/char/serial.c            |   3 +
 hw/display/vhost-user-gpu.c |   3 +-
 hw/virtio/vhost-user.c      |   2 +-
 replay/replay-char.c        |   2 +-
 stubs/replay-tools.c        |   2 +-
 util/oslib-posix.c          |  19 +++++
 12 files changed, 179 insertions(+), 36 deletions(-)

-- 
2.37.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]