mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-12-25 20:25:07 +03:00
The 'VIR_DOMAIN_SAVE_PARAM_IMAGE_FORMAT' typed parameter for 'virDomainSaveParams' is implemented as a string but really encodes an enumeration of supported types. We can't change the format any more but can export the corresponding types as constants. Additionally this also mentions the missing 'sparse' format. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>