commit | 797b1cf99fb0898f97950e3f4f01e98a40fbd04c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Sep 12 19:43:34 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Sep 12 19:43:34 2024 +0000 |
tree | 3c9924978704add5f527ffea801cffcf725ec97a | |
parent | 3364b7e2f0132605f0ebdf6583e69d9c1b79080f [diff] | |
parent | 8069b2f1204a9dcc2eb4ac0de6dc0d16e0c8ce6d [diff] |
Snap for 12359238 from 8069b2f1204a9dcc2eb4ac0de6dc0d16e0c8ce6d to android15-tests-release Change-Id: I65507a1cf1bc2ce06ff59bf83628384c07d2ebcd
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