commit | be3537d7a770e8a5b508ce47fa5ebea082766038 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Tue Jan 31 22:38:45 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jan 31 22:38:45 2023 +0000 |
tree | a1d29f0591d91b54def1f7cc40b3359e99e55d14 | |
parent | adce49f2a64c6548e9f1a5e34e5bc96b39b51726 [diff] | |
parent | 8de7b801c097bfaa77366669de486f4e2cd5f597 [diff] |
Update TEST_MAPPING am: b2278b6487 am: 999c47c252 am: 8de7b801c0 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2411600 Change-Id: I3cd5f316f19894f98192bbb10320b08761c0ad60 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