Re: [libvirt PATCH v3 00/25] introduce external snapshot revert support

2023-08-22 Thread Peter Krempa
On Mon, Aug 14, 2023 at 11:35:52 +0200, Pavel Hrdina wrote: > This implements virDomainRevertToSnapshot to work with external > snapshots. In addition it modifies virDomainSnapshotDelete to work > correctly when we revert to non-leaf snapshot or when there is > non-linear snapshot tree with multipl

[libvirt PATCH v3 00/25] introduce external snapshot revert support

2023-08-14 Thread Pavel Hrdina
This implements virDomainRevertToSnapshot to work with external snapshots. In addition it modifies virDomainSnapshotDelete to work correctly when we revert to non-leaf snapshot or when there is non-linear snapshot tree with multiple branches. Gitlab repo with the patches: https://gitlab.com/hrdina