commit | 0904891fa35be20a14de565818561ec76efd3390 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Thu Oct 28 13:53:53 2021 -0700 |
committer | Joel Galenson <[email protected]> | Thu Oct 28 13:53:53 2021 -0700 |
tree | 5ee1a8fe64339ca9dc9be1b169491460b23237fb | |
parent | f32618e388d81d59a0efccd7c55dec532660e5d2 [diff] |
Remove deprecated file. This file only talks about a patch that no longer exists. Test: None Change-Id: I384d71fb4ff25cc194c5fb16deccda5df98db9af
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