You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Reverting to Snapshots
This fix adds two new useful bindings for the snapshot interface:
Enables reverting to a snapshot by providing a wrapper to
virDomainRevertToSnapshot.
Enable deleting a snapshot (which is not covered by simply calling the
existing virDomainSnapshotFree wrapper) by providing a wrapper to
virDomainSnapshotDelete.