• J
    libxl: advertise support for migration V3 · 36f57ad7
    Jim Fehlig 提交于
    The libxl driver has long supported migration V3 but has never
    indicated so in the connectSupportsFeature API. As a result, apps
    such as virt-manager that use the more generic virDomainMigrate API
    fail with
    
    libvirtError: this function is not supported by the connection driver:
    virDomainMigrate
    
    Add VIR_DRV_FEATURE_MIGRATION_V3 to the list of features marked as
    supported in the connectSupportsFeature API.
    36f57ad7
libxl_driver.c 189.9 KB