[PULL 0/1] Socket next patches

Daniel P. Berrangé posted 1 patch 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200825105234.634767-1-berrange@redhat.com
There is a newer version of this series
tests/test-util-sockets.c | 1 +
1 file changed, 1 insertion(+)
[PULL 0/1] Socket next patches
Posted by Daniel P. Berrangé 3 years, 8 months ago
The following changes since commit 44423107e7b5731ef40c5c8632a5bad8b49d0838:

  Merge remote-tracking branch 'remotes/xtensa/tags/20200821-xtensa' into staging (2020-08-24 19:55:23 +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 74a57ddc02c41f8f4bb549cedb107c1086daba58:

  tests: fix a memory in test_socket_unix_abstract_good (2020-08-25 11:49:49 +0100)

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

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

Li Qiang (1):
  tests: fix a memory in test_socket_unix_abstract_good

 tests/test-util-sockets.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.26.2



Re: [PULL 0/1] Socket next patches
Posted by Peter Maydell 3 years, 8 months ago
On Tue, 25 Aug 2020 at 11:53, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 44423107e7b5731ef40c5c8632a5bad8b49d0838:
>
>   Merge remote-tracking branch 'remotes/xtensa/tags/20200821-xtensa' into staging (2020-08-24 19:55:23 +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 74a57ddc02c41f8f4bb549cedb107c1086daba58:
>
>   tests: fix a memory in test_socket_unix_abstract_good (2020-08-25 11:49:49 +0100)
>
> ----------------------------------------------------------------
> Add support for UNIX sockets in the abstract namespace
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM