]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: add AF_VSOCK support to socket units 5046/head
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 21 Dec 2016 17:02:08 +0000 (17:02 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 10 Jan 2017 15:29:04 +0000 (15:29 +0000)
commit359a5bcf78a89626ca9119668c0362f3b7bfe9c3
tree4d337b006e3e43b13eafdf80f6dd8cf1666c2be0
parent0fc0f14bfd9fdc5156c1930151b30baf4c46fcfb
core: add AF_VSOCK support to socket units

Accept AF_VSOCK listen addresses in socket unit files.  Both guest and
host can now take advantage of socket activation.

The QEMU guest agent has recently been modified to support socket
activation and can run over AF_VSOCK with this patch.
man/systemd.socket.xml
src/core/service.c
src/core/socket.c