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

Implement pause/resume #58

Open
andreeaflorescu opened this issue Jan 13, 2021 · 3 comments
Open

Implement pause/resume #58

andreeaflorescu opened this issue Jan 13, 2021 · 3 comments
Assignees

Comments

@andreeaflorescu
Copy link
Member

Add a programmatic interface in the vm-vcpu crate for pause & resume.

Exporting this as a functionality of the VMM is a bit tricky at the moment because we only support one shot configuration of a VM, and no other communication is currently possible while the VM is running.

@chintansheth1711
Copy link

Is it possible now to pause and resume a VM by restoring from saved snapshot?

@lauralt
Copy link
Collaborator

lauralt commented Oct 12, 2022

Hi @chintansheth1711, no, the support is work in progress now.

@anirudhakulkarni
Copy link

anirudhakulkarni commented Nov 30, 2022

Hi @lauralt,
We made a working prototype for pause and resume VMs with the ability to take a live snapshot.
Live snapshot: https://github.com/anirudhakulkarni/Live-Snapshot
Helper to send pause and resume signal: https://github.com/chintansheth1711/col732_project_webserver

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

No branches or pull requests

4 participants