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