commit | 1f60cbfc137a2eb26b11ce87aec6a224bdacf968 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Wed Jun 15 21:00:39 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Jun 15 21:00:39 2022 +0000 |
tree | 911bb07584e758873118951a14ea4e361198c485 | |
parent | 3d05cb9d36330824081f9bdbf206cb82cdd92be6 [diff] | |
parent | 9dfb8cb01e90a89c5a7abb17ebfc4aacd21fca38 [diff] |
Merge "Update TEST_MAPPING" am: b2ea104399 am: 9dfb8cb01e Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2123796 Change-Id: I62c150086bb92b41635d6edd30a1b449ba5a4dfb 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