commit | 52e9a1e5c2f96f19ed9e5e3c856ef71a0cda02ea | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Oct 01 23:14:51 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Oct 01 23:14:51 2024 +0000 |
tree | daa3e0d9cdc9f25ca6a3f330edb1490fee67fe99 | |
parent | 56520840aee6e9c13df2ada7a5a506d84c4420fe [diff] | |
parent | 2f374177611fdac763bc00578a647998c778177c [diff] |
Snap for 12440112 from 2f374177611fdac763bc00578a647998c778177c to sdk-release Change-Id: I696538c618c9111c5fddae209bc18bbd12be3538
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