commit | 3f64c4481ecb94ef1721927e0f5ad47ae5cc464a | [log] [tgz] |
---|---|---|
author | Bob Badour <[email protected]> | Tue Feb 16 21:06:32 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Feb 16 21:06:32 2021 +0000 |
tree | 6568264214021f58808210f4dd283a07bafebfbf | |
parent | 22fdfcf836c9418387849c8184f6d0b2fba1077e [diff] | |
parent | 84e4c5cc24920dee12f8d6d21363948f91be9e5f [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/vsock am: 84e4c5cc24 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1588767 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4574433d4d37ee6a1655fa40d3ba886d74a5ccd5
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