commit | 22854c6424fb5eb334ae6a04248d1709ba0699ad | [log] [tgz] |
---|---|---|
author | Frederick Mayle <[email protected]> | Thu Apr 11 16:27:58 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Apr 11 16:27:58 2024 +0000 |
tree | b4e79f6cab34f0ec45956e672f00d96e4df68cf8 | |
parent | 0cdbb732194e9004afff20569443f02ab67d754f [diff] | |
parent | 84c5da81219acf2fc13dc458f761e93c533ed094 [diff] |
Upgrade vsock to 0.5.0 am: c2d35ebe4b am: 84c5da8121 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/3034455 Change-Id: I2ef2753111c3b16e944ffb100d2dfb63840b3630 Signed-off-by: Automerger Merge Worker <[email protected]>
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