commit | 357563a79d05f0e720738dd713c354674688dc27 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Feb 17 03:25:59 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Feb 17 03:25:59 2022 +0000 |
tree | 2ccd9749d9200a75c61d8eac6ff497db8edb72a1 | |
parent | 3dc704fe098915f8ee23b58d1f8bde7b1c3b868f [diff] | |
parent | ca1ebcc270db869099c84b08e37b55f6587766b7 [diff] |
Snap for 8191477 from ca1ebcc270db869099c84b08e37b55f6587766b7 to tm-frc-networking-release Change-Id: If273120960a23d5402bc92bff6f6871cb3aa8669
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