commit | 8d5478479f25e10c217b965d5dfcf277660efdae | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Dec 09 04:15:04 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Dec 09 04:15:04 2023 +0000 |
tree | 10214811203f63a511c05bcb831859aa72d904c0 | |
parent | 7385e587426ebeef7f9aaf7a9e0e2ee9e243b9b0 [diff] | |
parent | 0cdbb732194e9004afff20569443f02ab67d754f [diff] |
Snap for 11200149 from 0cdbb732194e9004afff20569443f02ab67d754f to 24D1-release Change-Id: If3900d004c7d1c27b64084aaf7c847e5571b956f
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