• B
    implement managedsave in libvirt xen legacy driver · 501bfad1
    Bamvor Jian Zhang 提交于
    Implement the domainManagedSave, domainHasManagedSaveImage, and
    domainManagedSaveRemove functions in the libvirt legacy xen driver.
    
    domainHasManagedSaveImage check the managedsave image from filesystem
    everytime. This is different from qemu and libxl driver. In qemu or
    libxl driver, there is a hasManagesSave flag in virDomainObjPtr which
    is not used in xen legacy driver. This flag could not add into xen
    driver ptr either, because the driver ptr will be released at the end of
    every libvirt api call. Meanwhile, AFAIK, xen store all the flags in
    xen not in libvirt xen driver. There is no need to add this flag in xen.
    Signed-off-by: NBamvor Jian Zhang <bjzhang@suse.com>
    501bfad1
libvirt.spec.in 72.6 KB