commit | e11f231f09baa820f4f3f40ee130ac663321c83e | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Tue Oct 27 23:58:25 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Oct 27 23:58:25 2020 +0000 |
tree | 6ba864dd6c47625a0ee8d6539e297053f357e64b | |
parent | 629de50b8ec2a59e86b06e21073cdf7342394fb6 [diff] | |
parent | c7791e9a21c102dd43116f10b786edd6162893bf [diff] |
Fix errors for external_updater. am: c7791e9a21 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1475301 Change-Id: I35c510fe054b12699c472625cdac09151679b9ed
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