commit | 91d7d38ec70f124aff6f14f70df26d43ca91a9fe | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Mon Nov 29 14:05:54 2021 -0800 |
committer | Joel Galenson <[email protected]> | Fri Dec 10 15:33:44 2021 -0800 |
tree | 2ccd9749d9200a75c61d8eac6ff497db8edb72a1 | |
parent | 0904891fa35be20a14de565818561ec76efd3390 [diff] |
Refresh Android.bp, cargo2android.json, TEST_MAPPING. Test: None Change-Id: I402a45aecb45789cb899a28b612af97c1ab3103f
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