commit | 58d8ad82a8375e8a8f7329acc1dfbc7bcdc0c0b1 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Mon Nov 08 23:18:52 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Nov 08 23:18:52 2021 +0000 |
tree | 5ee1a8fe64339ca9dc9be1b169491460b23237fb | |
parent | 1321015c315bbc4b52b5e64d7f6f9f25efb8d41e [diff] | |
parent | 97765dd44ab887058ad373a5e246b5ec91b68da8 [diff] |
Remove deprecated file. am: 0904891fa3 am: bb5f4bcaa3 am: 46b4192eaf am: 97765dd44a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1874520 Change-Id: Iefc46e7addb0a95602eb31c1bde577d1243c4ab0
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