commit | b2278b64871379b8eb927923ee12ba13e94b96f2 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Mon Jan 30 14:57:27 2023 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Mon Jan 30 14:57:27 2023 +0100 |
tree | a1d29f0591d91b54def1f7cc40b3359e99e55d14 | |
parent | 744ca8f7c300d961bb29c8112b100efd4e9eb11c [diff] |
Update TEST_MAPPING Test: atest Change-Id: I3d2fbc930a4ae2b01dd190b9d23c215cebf071c6
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