commit | 3d05cb9d36330824081f9bdbf206cb82cdd92be6 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 16:45:54 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 16:45:54 2022 +0000 |
tree | 7d0d77cdd2b5cc826b8f26fb232c027e467fa583 | |
parent | 34c25bb318dc916018e33e50b1fec97323b38532 [diff] | |
parent | 4f1d196f6ec4f744bef92c56e34cf64ffb7c4d8c [diff] |
Update TEST_MAPPING am: 6c0da4334a am: 4f1d196f6e Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2108629 Change-Id: I35b150bcc52589ba605c663f036909d82d9956c1 Signed-off-by: Automerger Merge Worker <[email protected]>
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