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

Set VMs that preview memory snapshots to suspended #516

Merged
merged 3 commits into from
Jul 13, 2022

Commits on Jul 13, 2022

  1. core: drop IsMemorySnapshotSupported since it is always 'true'

    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    010d09f View commit details
    Browse the repository at this point in the history
  2. core: drop TryBackToAllSnapshotsOfVmCommand#isRestoreMemory

    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2de1544 View commit details
    Browse the repository at this point in the history
  3. core: set vms that preview memory snapshots to suspended

    If the VMs are set to restore memory, we would now set them to
    Suspended status so they'll be treated as VMs that were hibernated
    (e.g., create next-run snapshots when their configuration changes)
    
    Bug-Url: https://bugzilla.redhat.com/1257644
    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6ce8656 View commit details
    Browse the repository at this point in the history