commit | 79fd00fce019a40e2b6e57262630ce7672de4e75 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Wed Nov 10 08:05:50 2021 +0000 |
committer | Xin Li <[email protected]> | Wed Nov 10 08:05:50 2021 +0000 |
tree | 5ee1a8fe64339ca9dc9be1b169491460b23237fb | |
parent | bb5f4bcaa3ac900e94f3be07e700506e5f47c21c [diff] | |
parent | e49a692386ec23fff28b8fbbfd4070e87996834c [diff] |
Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 Bug: 205056467 Merged-In: I3c2e54dbcdbe3a99017ad31bfc4e76984335b330 Change-Id: Ifded692ddfdfe33e1334bae03f950f5fafea75cf
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