commit | 48fc3394e6184c438116def49b735294e3a69152 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Apr 28 16:02:42 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Apr 28 16:02:42 2022 +0000 |
tree | 911bb07584e758873118951a14ea4e361198c485 | |
parent | 6a5cd7851c35c559dad289ab63f4c9e13ecb4b71 [diff] | |
parent | 34c25bb318dc916018e33e50b1fec97323b38532 [diff] |
Snap for 8512216 from 34c25bb318dc916018e33e50b1fec97323b38532 to tm-frc-permission-release Change-Id: I3bcdccc2da1b2a96054228cbd35926105b33dd3e
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