commit | 1f83cec96bd54b2b414635dcd181ff08278a0a57 | [log] [tgz] |
---|---|---|
author | David Brazdil <[email protected]> | Tue Jan 24 17:23:02 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jan 24 17:23:02 2023 +0000 |
tree | 9ad2923e204a71da29343f308c6e75c04da23623 | |
parent | 61d72849b036bfe4b4345741e9aaf10fcfadcc13 [diff] | |
parent | 744ca8f7c300d961bb29c8112b100efd4e9eb11c [diff] |
Update TEST_MAPPING am: 744ca8f7c3 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2399251 Change-Id: I470ed38b2c154f6d72293f5dfa4e8961ec3c2f70 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