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

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

Jonathon Jongsma (3):
  hyperv: Add snapshot related WMI class definitions
  hyperv: Implement domainSnapshotDelete()
  hyperv: Implement domainSnapshotCreateXML()

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

-- 
2.53.0
Re: [PATCH 0/3] hyperv: Add snapshot create/delete support
Posted by Peter Krempa via Devel 12 hours ago
On Thu, Mar 19, 2026 at 13:39:47 -0500, Jonathon Jongsma via Devel wrote:
> Add ability to create and delete basic snapshots in thed hyperv driver.
> 
> Jonathon Jongsma (3):
>   hyperv: Add snapshot related WMI class definitions
>   hyperv: Implement domainSnapshotDelete()
>   hyperv: Implement domainSnapshotCreateXML()
> 
>  src/hyperv/hyperv_driver.c            | 123 +++++++++++++++++++++++
>  src/hyperv/hyperv_wmi.c               | 139 ++++++++++++++++++++++++++
>  src/hyperv/hyperv_wmi.h               |  17 ++++
>  src/hyperv/hyperv_wmi_generator.input |  42 ++++++++
>  4 files changed, 321 insertions(+)

While I have basically no insight into the hyperv specifics and thus
didn't pay too much attention to those the snapshot bits look okay
(barring the stuff pointed out in 3/3).

Reviewed-by: Peter Krempa <pkrempa@redhat.com>