commit | 86e6d34be1164cac543f3aa7dbe73aefa1d589b9 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Mon Aug 30 10:58:10 2021 -0700 |
committer | Joel Galenson <[email protected]> | Mon Aug 30 10:58:10 2021 -0700 |
tree | 36a6de5048af8ec917a85cd45f6c362c83160c15 | |
parent | d8fb876292662691f2c8b990c7b3e079177de98b [diff] |
Update TEST_MAPPING Test: None Change-Id: Ie0c964d8c3590c2739dffa009944493c74f1b668
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