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

Decouple Vmm code into controller/builder and live-vmm #1427

Closed
acatangiu opened this issue Nov 25, 2019 · 1 comment · Fixed by #1618
Closed

Decouple Vmm code into controller/builder and live-vmm #1427

acatangiu opened this issue Nov 25, 2019 · 1 comment · Fixed by #1618
Assignees

Comments

@acatangiu
Copy link
Contributor

No description provided.

@dianpopa
Copy link
Contributor

dianpopa commented Dec 2, 2019

With a Vmm controller/builder in place, the road to freeing the seccomp filter of the timerfd_create syscall seems a lot simpler since the Vmm Builder could simply just allocate the needed timerfds before starting the microVm. If we aim for a more forward looking solution we could try implementing a resource pooling approach like the one displayed in #1281.

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 a pull request may close this issue.

3 participants