commit | 85eb9a25bdf739b7665283046d7aa3a1458f5e85 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 17:23:49 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 17:23:49 2022 +0000 |
tree | 7d0d77cdd2b5cc826b8f26fb232c027e467fa583 | |
parent | 34c25bb318dc916018e33e50b1fec97323b38532 [diff] | |
parent | 3d05cb9d36330824081f9bdbf206cb82cdd92be6 [diff] |
Update TEST_MAPPING am: 6c0da4334a am: 4f1d196f6e am: 3d05cb9d36 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2108629 Change-Id: I114e38e8940fcfa93a7f82a9591a058eb8de6a27 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