From: marcandre.lureau@redhat.com
To: qemu-devel@nongnu.org
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
bin.meng@windriver.com,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Stefan Weil" <sw@weilnetz.de>,
"Paolo Bonzini" <pbonzini@redhat.com>
Subject: [PULL 0/4] chardev patches & a small audio fix
Date: Fri, 2 Sep 2022 17:14:08 +0400 [thread overview]
Message-ID: <20220902131412.3125752-1-marcandre.lureau@redhat.com> (raw)
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
next reply other threads:[~2022-09-02 13:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-02 13:14 marcandre.lureau [this message]
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
-- strict thread matches above, loose matches on Subject: below --
2022-09-02 17:20 Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220902131412.3125752-1-marcandre.lureau@redhat.com \
--to=marcandre.lureau@redhat.com \
--cc=berrange@redhat.com \
--cc=bin.meng@windriver.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).