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