commit | d6552085275eb74ed1ac60ac2e3ab2930cb9ea9f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jun 15 21:46:03 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Jun 15 21:46:03 2022 +0000 |
tree | 6568264214021f58808210f4dd283a07bafebfbf | |
parent | 769879d25f8f7abcbd623514523f0ad09507d636 [diff] | |
parent | d20063e65cebf5d8014d1b311e996e4426805d20 [diff] |
Snap for 8730993 from d20063e65cebf5d8014d1b311e996e4426805d20 to mainline-tzdata3-release Change-Id: Ie323db439d5584f3437508a05b1ea04b92812935
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