[PULL 0/3] Socket next patches

Daniel P. Berrangé posted 3 patches 5 years, 5 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200520130025.2201467-1-berrange@redhat.com
There is a newer version of this series
chardev/char-socket.c     |  4 ++
chardev/char.c            |  7 +++
qapi/sockets.json         |  8 +++-
qemu-options.hx           |  8 +++-
tests/test-util-sockets.c | 92 +++++++++++++++++++++++++++++++++++++++
util/qemu-sockets.c       | 39 ++++++++++++++---
6 files changed, 148 insertions(+), 10 deletions(-)
[PULL 0/3] Socket next patches
Posted by Daniel P. Berrangé 5 years, 5 months ago
The following changes since commit f2465433b43fb87766d79f42191607dac4aed5b4:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-05-19 13:42:58 +0100)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/socket-next-pull-request

for you to fetch changes up to e339273bfc514824410a49837e4f16dd4e51ae8e:

  qemu-options: updates for abstract unix sockets (2020-05-20 10:34:53 +0100)

----------------------------------------------------------------
Add support for UNIX sockets in the abstract namespace

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

Xiaoqiang Zhao (3):
  qemu-sockets: add abstract UNIX domain socket support
  tests/util-sockets: add abstract unix socket cases
  qemu-options: updates for abstract unix sockets

 chardev/char-socket.c     |  4 ++
 chardev/char.c            |  7 +++
 qapi/sockets.json         |  8 +++-
 qemu-options.hx           |  8 +++-
 tests/test-util-sockets.c | 92 +++++++++++++++++++++++++++++++++++++++
 util/qemu-sockets.c       | 39 ++++++++++++++---
 6 files changed, 148 insertions(+), 10 deletions(-)

-- 
2.26.2



Re: [PULL 0/3] Socket next patches
Posted by Peter Maydell 5 years, 5 months ago
On Wed, 20 May 2020 at 14:03, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit f2465433b43fb87766d79f42191607dac4aed5b4:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-05-19 13:42:58 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/berrange/qemu tags/socket-next-pull-request
>
> for you to fetch changes up to e339273bfc514824410a49837e4f16dd4e51ae8e:
>
>   qemu-options: updates for abstract unix sockets (2020-05-20 10:34:53 +0100)
>
> ----------------------------------------------------------------
> Add support for UNIX sockets in the abstract namespace
>


Applied, thanks.

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

-- PMM