commit | 34f203d3a38b91d594f49cd3eb479b10234bd4a5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:35:04 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:35:04 2023 +0000 |
tree | 736fef5accd88a211d1028ae6622451dc45331aa | |
parent | 840f918252def6e3647716f9113ed216f3349d6d [diff] | |
parent | 13c9ba703b10052628884ae3f02240c5c51180d1 [diff] |
Snap for 10460766 from 13c9ba703b10052628884ae3f02240c5c51180d1 to mainline-healthfitness-release Change-Id: I221cca770149bf851f4051f29d2f068a783f782c
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