commit | bb5f4bcaa3ac900e94f3be07e700506e5f47c21c | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Mon Nov 08 22:14:45 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Nov 08 22:14:45 2021 +0000 |
tree | 5ee1a8fe64339ca9dc9be1b169491460b23237fb | |
parent | f32618e388d81d59a0efccd7c55dec532660e5d2 [diff] | |
parent | 0904891fa35be20a14de565818561ec76efd3390 [diff] |
Remove deprecated file. am: 0904891fa3 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1874520 Change-Id: I6b08387df58941a13173e53ffdf194df5fef9812
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