| commit | 96fa62c5ba21fd10d491fcdcb00e76a457896704 | [log] [tgz] |
|---|---|---|
| author | James Farrell <jamesfarrell@google.com> | Tue Aug 06 16:59:53 2024 +0000 |
| committer | James Farrell <jamesfarrell@google.com> | Tue Aug 06 16:59:53 2024 +0000 |
| tree | f038e3b8c693299139a4e19cd731dbc87bb2aa0e | |
| parent | fceb0c1afbd1ae61d3280ceeeb946f099ab07f91 [diff] |
Update Android.bp by running cargo_embargo Test: ran cargo_embargo Change-Id: I889cbf17b714b0ae0d477dd416c2867e7efcc2d2
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