commit | 38fd0f8001cceea88b879e52213f3f1a1033098f | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Mon Jun 21 14:21:49 2021 -0700 |
committer | Joel Galenson <[email protected]> | Mon Jun 21 14:21:49 2021 -0700 |
tree | 15bbfbe70c91a997eb107cb06fad964623ab3eb1 | |
parent | 29247806d59f722d151098d71e351be35a94a7a9 [diff] |
Upgrade rust/crates/vsock to 0.2.4 Test: make Change-Id: I2b8243e2b6b10866c9778ff4d1d3050faee2f62a
Virtio socket support for Rust. Implements VsockListener and VsockStream which are analogous to the std::net::TcpListener
and std::net::TcpStream
types.
Refer to the crate documentation.
You will need a recent qemu-system-x86_64 build in your path.
Setup the required virtio kernel modules:
make kmod
Start the test vm, you can shutdown the vm with the keyboard shortcut Ctrl+A
and then x
:
make vm
Run the test suite with:
make check