Skip to content

Conversation

@remijouannet
Copy link

@remijouannet remijouannet commented Oct 29, 2025

Hello,
VSOCK transport allows communication between the Host and guests.
It requires linux on the host and Guest.

the code is mostly inspire from the tipc and vmci.

there is a conflict between VMCI and VSOCK header, i don't know how to treat this issue, do we support having both build ? or do we make exclusion between them ?
Fixes #4491

@bluca
Copy link
Member

bluca commented Oct 30, 2025

Thanks for the PR

i don't know how to treat this issue, do we support having both build ?

Yeah they should both work at the same time

@remijouannet
Copy link
Author

@bluca i'm not an expert in cpp, i've used preprocessor to rename the conflicted variables between vmci and vsock, i don't know if this is the right way to handle this.

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.

VSOCK support

2 participants