]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Add util methods required by ch networking
authorPraveen K Paladugu <prapal@linux.microsoft.com>
Tue, 16 Jan 2024 21:25:41 +0000 (15:25 -0600)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 2 Feb 2024 09:58:29 +0000 (10:58 +0100)
commite7daa49a153ce79ef19411ae93f2840d7b7f7902
treed27f3ce9ea540e845099dd27038dd1cba152dc91
parent4bfd513d92c792a79c1e1938a3c6d86c8a37b0f6
util: Add util methods required by ch networking

virSocketSendMsgWithFDs method send fds along with payload using
SCM_RIGHTS. virSocketRecv method polls, receives and sends the response
to callers.

These methods are required to add network suppport in ch driver.

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
po/POTFILES
src/libvirt_private.syms
src/util/virsocket.c
src/util/virsocket.h