commit | 5813f0b2c72685a93797cfff59dbeb6d5ef4e629 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Aug 20 17:59:39 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Aug 20 17:59:39 2024 +0000 |
tree | f038e3b8c693299139a4e19cd731dbc87bb2aa0e | |
parent | 088e056c4a07206bdf28b55ae42365dc176205a7 [diff] | |
parent | 96fa62c5ba21fd10d491fcdcb00e76a457896704 [diff] |
Snap for 12252487 from 96fa62c5ba21fd10d491fcdcb00e76a457896704 to simpleperf-release Change-Id: I647457a3e39b25f9afcb5d5ce03e86078921ef50
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