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 <[email protected]>
