commit | 9dfb8cb01e90a89c5a7abb17ebfc4aacd21fca38 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Wed Jun 15 20:10:13 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Jun 15 20:10:13 2022 +0000 |
tree | 911bb07584e758873118951a14ea4e361198c485 | |
parent | 4f1d196f6ec4f744bef92c56e34cf64ffb7c4d8c [diff] | |
parent | b2ea104399b0002fccaa56781884e32c50e6f77d [diff] |
Merge "Update TEST_MAPPING" am: b2ea104399 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2123796 Change-Id: Ic75315463c14904536b39b8bba723eb38a198c3c 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