commit | 999c47c25250726cd3a348ab14f97a82513f984f | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Tue Jan 31 19:50:08 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jan 31 19:50:08 2023 +0000 |
tree | a1d29f0591d91b54def1f7cc40b3359e99e55d14 | |
parent | 1f83cec96bd54b2b414635dcd181ff08278a0a57 [diff] | |
parent | b2278b64871379b8eb927923ee12ba13e94b96f2 [diff] |
Update TEST_MAPPING am: b2278b6487 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2411600 Change-Id: If6128fafac08486760117b55f85f68fa1a2ab154 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