virtsock
virtsock copied to clipboard
Go bindings for virtio and Hyper-V sockets
Previously a URL `hvsock://00000000-0000-0000-0000-000000000000:00001010-FACB-11E6-BD58-64006A7986D3` would be rejected because `url.Parse` doesn't like the non-integer port. Add a test case to demonstrate this, then add a fix to use the URL path,...
When running the `sock_stress` tests with the server on the host (`sock_stress -v 1 -s hvsock`) and the client in the Linux VM `sock_stress -v 1 -c hvsock://parent` the client...
It seems that only `GOARCH=amd64` is specified in the [`Makefile`](https://github.com/linuxkit/virtsock/blob/master/Makefile ), and I'm wondering if there's a timeline to also build with `GOARCH=arm64`, or what will be the blockers to...