commit | ecf0949f477868f24cf522c2f3900d819bfc11dd | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Thu Oct 06 16:50:16 2022 +0000 |
committer | Andrew Walbran <[email protected]> | Thu Oct 06 17:22:11 2022 +0000 |
tree | b988645e6b6b0cef47f68cfbe36a62d0c2e7fcec | |
parent | 1f60cbfc137a2eb26b11ce87aec6a224bdacf968 [diff] |
Update to version 0.3.0. Test: m virtualizationservice Change-Id: I267d06786de9908fe383ea35997408bd945e8919
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