commit | 744ca8f7c300d961bb29c8112b100efd4e9eb11c | [log] [tgz] |
---|---|---|
author | David Brazdil <[email protected]> | Mon Jan 23 14:11:18 2023 +0000 |
committer | David Brazdil <[email protected]> | Mon Jan 23 14:11:18 2023 +0000 |
tree | 9ad2923e204a71da29343f308c6e75c04da23623 | |
parent | 1e740fd71b0903c0d22dae3d598bf1ee4eccc1fd [diff] |
Update TEST_MAPPING Test: None Change-Id: I313f18587b0ab4c170d622987f2def60452d1ee0
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