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