commit | 4afc6c100d73907523460ee5da51d82bcaa38bb1 | [log] [tgz] |
---|---|---|
author | Jiyong Park <[email protected]> | Mon Jul 12 18:09:50 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Jul 12 18:09:50 2021 +0000 |
tree | 5652e8ca213409985e2d1bc9ac57e7931cb87f98 | |
parent | e240b049eb862b60b2218ec31c71b3cbce840776 [diff] | |
parent | 627efc0bb9f5766381a3866784891bccc12cad44 [diff] |
Make libvsock available to the virt APEX am: d8fb876292 am: 94cf58be9b am: 31ae081f41 am: 627efc0bb9 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1762386 Change-Id: I30cd15c66aecfa19bf17cfb324a0c5101b83c4f8
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