commit | 035689d021d239d527077dde652c935c1aa8fe82 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu Jun 16 00:20:28 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jun 16 00:20:28 2022 +0000 |
tree | 911bb07584e758873118951a14ea4e361198c485 | |
parent | 5d05a321e8cab0828bf0745a1a01923651d83cf8 [diff] | |
parent | 3ab11aa7d2285fecf1d5aa0c9673014a4aaeac86 [diff] |
Merge "Update TEST_MAPPING" am: b2ea104399 am: 9dfb8cb01e am: 1f60cbfc13 am: 80201e5cf5 am: 3ab11aa7d2 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2123796 Change-Id: I0b978235f874a6319badec5cba672166208d6a52 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