commit | 6a5cd7851c35c559dad289ab63f4c9e13ecb4b71 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Feb 17 03:30:56 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Feb 17 03:30:56 2022 +0000 |
tree | 2ccd9749d9200a75c61d8eac6ff497db8edb72a1 | |
parent | 6fdfe7801d648d414e2accb9392fee228cc5b7f1 [diff] | |
parent | ca1ebcc270db869099c84b08e37b55f6587766b7 [diff] |
Snap for 8191477 from ca1ebcc270db869099c84b08e37b55f6587766b7 to tm-frc-permission-release Change-Id: I62edcd83018565f77aef37e345571503d5b33475
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