Re: [Libguestfs] [PATCH] Skip vsock-related checks if AF_VSOCK is not supported.

2021-10-28 Thread Richard W.M. Jones
On Thu, Oct 28, 2021 at 10:20:56PM +0200, Hilko Bengen wrote: > * Richard W.M. Jones: > > > Thanks Hilko, I've pushed it. > > > > Out of interest, where are you running that doesn't have AF_VSOCK > > support? Does Debian not compile it into the kernel? > > It's there on my machines, but

Re: [Libguestfs] [PATCH] Skip vsock-related checks if AF_VSOCK is not supported.

2021-10-28 Thread Hilko Bengen
* Richard W.M. Jones: > Thanks Hilko, I've pushed it. > > Out of interest, where are you running that doesn't have AF_VSOCK > support? Does Debian not compile it into the kernel? It's there on my machines, but apparently Debian's buildd's don't have it enabled, see

Re: [Libguestfs] [PATCH] Skip vsock-related checks if AF_VSOCK is not supported.

2021-10-26 Thread Richard W.M. Jones
Thanks Hilko, I've pushed it. Out of interest, where are you running that doesn't have AF_VSOCK support? Does Debian not compile it into the kernel? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog:

[Libguestfs] [PATCH] Skip vsock-related checks if AF_VSOCK is not supported.

2021-10-25 Thread Hilko Bengen
--- tests/functions.sh.in| 10 ++ tests/test-ip-filter-anyvsock.sh | 1 + tests/test-nbd-vsock.sh | 1 + tests/test-vsock.sh | 1 + 4 files changed, 13 insertions(+) diff --git a/tests/functions.sh.in b/tests/functions.sh.in index 403fa56e..d6c4255c