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

Support for control socket to interact with running vm #11

Open
balajiv113 opened this issue Mar 31, 2022 · 0 comments
Open

Support for control socket to interact with running vm #11

balajiv113 opened this issue Mar 31, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@balajiv113
Copy link
Member

A control socket need to be implemented, using this external service can send events / actions like pause, resume to current running vm state

Describe the solution you'd like

  • A control socket needs to be created only after vm is started (can refer pid creation)
  • A go-routine / similar stuff for reading events via that control sock
  • Handle event

Describe alternatives you've considered
This solution is similar to the one QEMU has. But we will improve incrementally. For now, events for pause and resume should be sufficient

@balajiv113 balajiv113 added enhancement New feature or request help wanted Extra attention is needed labels Mar 31, 2022
@balajiv113 balajiv113 added this to the 1.0.0 milestone Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant