commit | 0cdbb732194e9004afff20569443f02ab67d754f | [log] [tgz] |
---|---|---|
author | Ludovic Barman <[email protected]> | Fri Dec 08 19:28:22 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Dec 08 19:28:22 2023 +0000 |
tree | 10214811203f63a511c05bcb831859aa72d904c0 | |
parent | df96a99108387cf94272a52403516ea36fbe93e1 [diff] | |
parent | 93678c42f80922220c0bba647aeca9facf893c25 [diff] |
Upgrade vsock to 0.4.0 am: bb91fc7565 am: 128b22d835 am: 93678c42f8 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/2859505 Change-Id: I72f89f75924cdc3da5940eb4fb84ee5248053af0 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