]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch_driver: Add domainSave, domainSaveFlags callbacks
authorPurna Pavan Chandra Aekkaladevi <paekkaladevi@linux.microsoft.com>
Mon, 11 Mar 2024 09:43:59 +0000 (09:43 +0000)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 20 Mar 2024 13:05:16 +0000 (14:05 +0100)
commitc22fb87b05a1ae0acfe358d52baf8d66eb27b8e9
tree2ad5c3a311e55a73f8166a5ef0e83b964e7df140
parent13f964a2efce169d97e8da80e1a0eccdf52e56dc
ch_driver: Add domainSave, domainSaveFlags callbacks

Implemented save callbacks. CH's vmm.snapshot API is called to save the
domain state. The path passed to these callbacks has to be of directory
as CH takes dir as input to snapshot and saves multiple files under it.

Signed-off-by: Purna Pavan Chandra Aekkaladevi <paekkaladevi@linux.microsoft.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/ch/ch_conf.h
src/ch/ch_driver.c