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