commit | 088e056c4a07206bdf28b55ae42365dc176205a7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jul 24 17:54:55 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Jul 24 17:54:55 2024 +0000 |
tree | 3c9924978704add5f527ffea801cffcf725ec97a | |
parent | 01c80164f38ce609ccb751fb8833f0c80d2d8e73 [diff] | |
parent | fceb0c1afbd1ae61d3280ceeeb946f099ab07f91 [diff] |
Snap for 12134224 from fceb0c1afbd1ae61d3280ceeeb946f099ab07f91 to simpleperf-release Change-Id: Ica6b96d77b8786258a18bf85ce4aab3765396638
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