commit | fbd38b1c9e792feb24275b115ca97e7ef8cb5aad | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Wed Oct 28 00:42:45 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Oct 28 00:42:45 2020 +0000 |
tree | 6ba864dd6c47625a0ee8d6539e297053f357e64b | |
parent | f51a36e9b188d564ae148f573140958605d9f862 [diff] | |
parent | 7633436d8c2cf9b872763fb8c76142b76f5299fc [diff] |
Fix errors for external_updater. am: c7791e9a21 am: e11f231f09 am: 14bc116b49 am: 7633436d8c Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1475301 Change-Id: I3946ac20f700294e2c4f2700d88960adc4c38426
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