commit | 395b9c3f80be79b438b70f53052cd9cdb5a7a340 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Oct 19 03:41:31 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Oct 19 03:41:31 2022 +0000 |
tree | b988645e6b6b0cef47f68cfbe36a62d0c2e7fcec | |
parent | 03ecd322a2ecffa2b218b1a88dcd4acd84fc9f9e [diff] | |
parent | ecf0949f477868f24cf522c2f3900d819bfc11dd [diff] |
Snap for 9192524 from ecf0949f477868f24cf522c2f3900d819bfc11dd to gki13-boot-release Change-Id: I2148f52d2dbf0a5b004f9c26b685824cfbfa2330
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