commit | adce49f2a64c6548e9f1a5e34e5bc96b39b51726 | [log] [tgz] |
---|---|---|
author | David Brazdil <[email protected]> | Tue Jan 24 18:55:43 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jan 24 18:55:43 2023 +0000 |
tree | 9ad2923e204a71da29343f308c6e75c04da23623 | |
parent | c14bffd48063495e1e9c9e73853b7bdba8e11744 [diff] | |
parent | e18eb616e0f8727ecfb72530bcf3b85f0a770a82 [diff] |
Update TEST_MAPPING am: 744ca8f7c3 am: 1f83cec96b am: e18eb616e0 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2399251 Change-Id: I5b4a866568e2bf70b368b27e5c4e6c05a7eceb3a 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