commit | 5d05a321e8cab0828bf0745a1a01923651d83cf8 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 19:06:01 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 19:06:01 2022 +0000 |
tree | 7d0d77cdd2b5cc826b8f26fb232c027e467fa583 | |
parent | 623ea06ed061e91aad9b16c913edaba72aa315bc [diff] | |
parent | 554a7288f35fefd82cbd8d3fb7fc24f3c60001af [diff] |
Update TEST_MAPPING am: 6c0da4334a am: 4f1d196f6e am: 3d05cb9d36 am: 85eb9a25bd am: 554a7288f3 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2108629 Change-Id: I1a0cf5ad66815a860277ff89dea0bb30bb5e4e79 Signed-off-by: Automerger Merge Worker <[email protected]>
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