commit | c4e3d93d63c07a60960148af12ff23f7eb1dccff | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 19:03:56 2024 +0000 |
committer | James Farrell <[email protected]> | Tue May 21 19:03:56 2024 +0000 |
tree | 0bd6938ee342740b8846ce0a0e6d126081ba46f1 | |
parent | c2d35ebe4b378baeccf00a0e2c4e0b49e6c63ae3 [diff] |
Update Android.bp by running cargo_embargo Test: ran cargo_embargo Change-Id: I83da6b2c24aa3b511a40bc4a54adebec827b89c7
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