commit | efd766e4f6509a71dc88162251d17381dba22a88 | [log] [tgz] |
---|---|---|
author | Haibo Huang <[email protected]> | Tue Feb 09 23:59:55 2021 -0800 |
committer | Haibo Huang <[email protected]> | Tue Feb 09 23:59:55 2021 -0800 |
tree | f9f41bab9dbe13a435a5b620c904470f1eb9053c | |
parent | e11f231f09baa820f4f3f40ee130ac663321c83e [diff] |
Upgrade rust/crates/vsock to 0.2.3 Test: make Change-Id: I3dcb8b2d7eced30b99d792c42bc7ca3a375ed1d7
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