commit | 4f1d196f6ec4f744bef92c56e34cf64ffb7c4d8c | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 15:54:25 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 15:54:25 2022 +0000 |
tree | 7d0d77cdd2b5cc826b8f26fb232c027e467fa583 | |
parent | eadfc342ff5fdb6033c0a9dd39f04f64a3232753 [diff] | |
parent | 6c0da4334a6cc81fbd743d9e6de1d9082ff52373 [diff] |
Update TEST_MAPPING am: 6c0da4334a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2108629 Change-Id: If835a04015eedbdac2c1a1a683766ead5a00d6ad 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