rust-vsock / vsock-rs

Virtio socket support for Rust
https://crates.io/crates/vsock
Apache License 2.0
25 stars 19 forks source link

Add Hyper-V support #23

Closed reanimus closed 2 years ago

reanimus commented 2 years ago

This adds support for hypervisor sockets in Windows via Hyper-V. I've tested this by running the echo_server in a WSL2 VM and running cargo test from the Windows host. This appears to work correctly.

reanimus commented 2 years ago

Just pinging here again -- updated the PR :)