[PULL 0/8] chardev patches

marcandre.lureau@redhat.com posted 8 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220929110508.1323529-1-marcandre.lureau@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
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(-)
[PULL 0/8] chardev patches
Posted by marcandre.lureau@redhat.com 1 year, 6 months ago
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


Re: [PULL 0/8] chardev patches
Posted by Stefan Hajnoczi 1 year, 6 months ago
Applied, thanks.

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