commit | cad374ef918462d24fd473c44dcec0341f91f87c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Jul 13 01:16:31 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Jul 13 01:16:31 2024 +0000 |
tree | 3c9924978704add5f527ffea801cffcf725ec97a | |
parent | 416355446c4bcda56483d3b65ccada36a1f0d722 [diff] | |
parent | fb95aca6292b8f4e58ae52633306b5b76e36d08a [diff] |
Snap for 12085179 from fb95aca6292b8f4e58ae52633306b5b76e36d08a to 24Q4-release Change-Id: I1e572df4ddcb17b8471f3a10443f70736256746e
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