commit | f32618e388d81d59a0efccd7c55dec532660e5d2 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Mon Aug 30 20:51:55 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Aug 30 20:51:55 2021 +0000 |
tree | 36a6de5048af8ec917a85cd45f6c362c83160c15 | |
parent | 31ae081f412f72b17d08d47447b8a7ef60246865 [diff] | |
parent | 86e6d34be1164cac543f3aa7dbe73aefa1d589b9 [diff] |
Update TEST_MAPPING am: 86e6d34be1 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1813985 Change-Id: I4c1668c61e368e8e3cf1cdc50e68352eb7be0b2b
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