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