Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add initial vsock support #302

Merged
merged 4 commits into from
Aug 14, 2020
Merged

add initial vsock support #302

merged 4 commits into from
Aug 14, 2020

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Jul 23, 2020

Originally authored by @petreeftime and reviewed here: #295
This PR to master exists so that our CI will run.

This adds the ability to create and use vsock sockets, which can serve
as a communication mechanism between multiple VMs or VM and host.

VSOCK are not available everywhere, so this feature is guarded by the
USE_VSOCK flags and test to check vsock functionality requires the
local CID feature, available on Linux 5.6+ with the vsock_loopback
driver.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Petre Eftime and others added 4 commits July 21, 2020 09:30
This adds the ability to create and use vsock sockets, which can serve
as a communication mechanism between multiple VMs or VM and host.

VSOCK are not available everywhere, so this feature is guarded by the
USE_VSOCK flags and test to check vsock functionality requires the
local CID feature, available on Linux 5.6+ with the vsock_loopback
driver.

Signed-off-by: Petre Eftime <[email protected]>
@bretambrose bretambrose merged commit 0a11cf4 into master Aug 14, 2020
@bretambrose bretambrose deleted the vsock branch August 14, 2020 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants