commit | 97765dd44ab887058ad373a5e246b5ec91b68da8 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Mon Nov 08 22:56:35 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Nov 08 22:56:35 2021 +0000 |
tree | 5ee1a8fe64339ca9dc9be1b169491460b23237fb | |
parent | e49a692386ec23fff28b8fbbfd4070e87996834c [diff] | |
parent | 46b4192eaf09e93551e068e2aa0bc3f44d1b77bd [diff] |
Remove deprecated file. am: 0904891fa3 am: bb5f4bcaa3 am: 46b4192eaf Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1874520 Change-Id: I8946cb7845f1b80b8fbb23a5523c3d6dab5c9aff
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