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

Jonathon Jongsma via Devel posted 4 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260324191724.2628460-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 v2 0/4] hyperv: Add snapshot create/delete support
Posted by Jonathon Jongsma via Devel 1 week, 4 days ago
Add ability to create and delete basic snapshots in thed hyperv driver.

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