commit | cf054f9b3c94dac1181c515383c6a4f3ab3136b1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Dec 09 04:15:23 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Dec 09 04:15:23 2023 +0000 |
tree | 10214811203f63a511c05bcb831859aa72d904c0 | |
parent | c21c448cce3f6f0ca500247828c2f822c2c9c84f [diff] | |
parent | 0cdbb732194e9004afff20569443f02ab67d754f [diff] |
Snap for 11200327 from 0cdbb732194e9004afff20569443f02ab67d754f to 24Q1-release Change-Id: Ibc8fdbe47b3c264ec885c74b5e66ae4cc7562186
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