commit | dc078d19f3f3b1235962dcf9f4bd893383f9920a | [log] [tgz] |
---|---|---|
author | Haibo Huang <[email protected]> | Wed Feb 10 11:29:12 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Feb 10 11:29:12 2021 +0000 |
tree | f9f41bab9dbe13a435a5b620c904470f1eb9053c | |
parent | fbd38b1c9e792feb24275b115ca97e7ef8cb5aad [diff] | |
parent | ccac442ec395ed0ac4699e132bd85f1511dfd23c [diff] |
Upgrade rust/crates/vsock to 0.2.3 am: efd766e4f6 am: 22fdfcf836 am: ccac442ec3 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1582867 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie38d1378f8165e89427503ed53fc2cfc1e8f5128
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