qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/4] chardev patches & a small audio fix
@ 2022-09-02 13:14 marcandre.lureau
  2022-09-02 13:14 ` [PULL 1/4] util/qemu-sockets: Enable unix socket support on Windows marcandre.lureau
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: marcandre.lureau @ 2022-09-02 13:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé, bin.meng, Marc-André Lureau,
	Gerd Hoffmann, Stefan Weil, Paolo Bonzini

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

The following changes since commit 93fac696d241dccb04ebb9d23da55fc1e9d8ee36:

  Open 7.2 development tree (2022-08-30 09:40:41 -0700)

are available in the Git repository at:

  git@gitlab.com:marcandre.lureau/qemu.git tags/char-pull-request

for you to fetch changes up to 0f957c53c84d655f2e99677d407cf2bbe1832de4:

  audio: exit(1) if audio backend failed to be found or initialized (2022-09-02 15:54:47 +0400)

----------------------------------------------------------------
chardev patches & small audio fix

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

Bin Meng (3):
  util/qemu-sockets: Enable unix socket support on Windows
  chardev/char-socket: Update AF_UNIX for Windows
  tests/unit: Update test-io-channel-socket.c for Windows

Marc-André Lureau (1):
  audio: exit(1) if audio backend failed to be found or initialized

 meson.build                         |  3 +++
 audio/audio.h                       |  2 +-
 include/sysemu/os-win32.h           | 17 +++++++++++++
 tests/unit/socket-helpers.h         |  9 +++++++
 audio/audio.c                       | 14 ++++++++---
 chardev/char-socket.c               |  4 ++--
 softmmu/vl.c                        |  4 +++-
 tests/unit/socket-helpers.c         | 16 +++++++++++++
 tests/unit/test-io-channel-socket.c | 37 ++++++++++++++++++-----------
 util/qemu-sockets.c                 | 25 -------------------
 10 files changed, 85 insertions(+), 46 deletions(-)

-- 
2.37.2



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-02 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02 13:14 [PULL 0/4] chardev patches & a small audio fix marcandre.lureau
2022-09-02 13:14 ` [PULL 1/4] util/qemu-sockets: Enable unix socket support on Windows marcandre.lureau
2022-09-02 13:14 ` [PULL 2/4] chardev/char-socket: Update AF_UNIX for Windows marcandre.lureau
2022-09-02 13:14 ` [PULL 3/4] tests/unit: Update test-io-channel-socket.c " marcandre.lureau
2022-09-02 13:14 ` [PULL 4/4] audio: exit(1) if audio backend failed to be found or initialized marcandre.lureau
2022-09-02 15:27 ` [PULL 0/4] chardev patches & a small audio fix Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).