commit | ca3e44dea64022070085034064365a638231f70a | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Sat Feb 20 10:10:01 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Feb 20 10:10:01 2021 +0000 |
tree | 6568264214021f58808210f4dd283a07bafebfbf | |
parent | e3ec9d37b990a7d155cc518100b9c955c1fa1d01 [diff] | |
parent | 29247806d59f722d151098d71e351be35a94a7a9 [diff] |
[automerger skipped] Mark ab/7061308 as merged in stage. am: 29247806d5 -s ours am skip reason: Change-Id I2de4fb370abca62c82e15c9d16a033d904262939 with SHA-1 7633436d8c is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If3ccbda3294a91c11c836927a79e66356814c663
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