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

breaking change around VirtioSocketListener #87

Merged
merged 1 commit into from Oct 27, 2022

Conversation

Code-Hex
Copy link
Owner

@Code-Hex Code-Hex commented Oct 27, 2022

Which issue(s) this PR fixes:

Fixes #73

Additional documentation

Breaking changes around VirtioSocketListener. This is because using the methods provided in the virtualization.framework as they are in Go would be too much work. This implementation is cleaner as it eliminates the need to carry around both VirtioSocketDevice and VirtioSocketListener to cleanup listeners (need to call RemoveSocketListenerForPort).

@Code-Hex Code-Hex merged commit b33b17e into master Oct 27, 2022
@Code-Hex Code-Hex deleted the fix/listener-interface branch October 27, 2022 04:33
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.

Shared data structure can be accessed concurrently
1 participant