commit | 6e429f260b821e0ac0f062f80666e29f305271d6 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Mon Nov 13 19:03:41 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Nov 13 19:03:41 2023 +0000 |
tree | b6d0f4c8937ec6033eb54e90d41aeae760b39505 | |
parent | 6a3d1c378b747d0f5f4252cd3e7ae059ad0d4fad [diff] | |
parent | 18121a02722b3914dae1de17f2fc02f9c23a5e11 [diff] |
Migrate to cargo_embargo. am: 18121a0272 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2824650 Change-Id: Ie8911af1906017ef5492fcde2a03a7bc75fe0845 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