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