commit | fbd96f8a059ee196fe595b7eab9fcb9680c7641e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 01:06:04 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 01:06:04 2023 +0000 |
tree | 736fef5accd88a211d1028ae6622451dc45331aa | |
parent | cde3beabfab1f323c0b2cb8f507c62af58c5094e [diff] | |
parent | 13c9ba703b10052628884ae3f02240c5c51180d1 [diff] |
Snap for 10447354 from 13c9ba703b10052628884ae3f02240c5c51180d1 to mainline-tethering-release Change-Id: I914e386a06dcdd69cbb0a35bec6230f047b4372f
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