[PATCH v3 0/4] hyperv: Add snapshot create/delete support

Jonathon Jongsma via Devel posted 4 patches 4 days, 10 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260410192001.1842210-1-jjongsma@redhat.com
src/hyperv/hyperv_driver.c            | 129 ++++++++++++++++++++++++
src/hyperv/hyperv_wmi.c               | 139 ++++++++++++++++++++++++++
src/hyperv/hyperv_wmi.h               |  17 ++++
src/hyperv/hyperv_wmi_generator.input |  42 ++++++++
4 files changed, 327 insertions(+)
[PATCH v3 0/4] hyperv: Add snapshot create/delete support
Posted by Jonathon Jongsma via Devel 4 days, 10 hours ago
Add ability to create and delete basic snapshots in thed hyperv driver.

Changes in v3:
 - Rebase to latest master
 - update comments about release version 12.2.0 -> 12.3.0
 - mention snapshot-create limitations in commit message

Changes in v2:
 - re-word error message about configuring disks / memory for snapshots
 - split out the utility function for extracting async method output params

Jonathon Jongsma (4):
  hyperv: Add snapshot related WMI class definitions
  hyperv: Implement domainSnapshotDelete()
  hyperv: Add a utility function for getting method output params
  hyperv: Implement domainSnapshotCreateXML()

 src/hyperv/hyperv_driver.c            | 129 ++++++++++++++++++++++++
 src/hyperv/hyperv_wmi.c               | 139 ++++++++++++++++++++++++++
 src/hyperv/hyperv_wmi.h               |  17 ++++
 src/hyperv/hyperv_wmi_generator.input |  42 ++++++++
 4 files changed, 327 insertions(+)

-- 
2.53.0