78be51b Public API for parallel migration

Authored and Committed by Jiri Denemark 5 years ago
    Public API for parallel migration
    
    This patch adds a new VIR_MIGRATE_PARALLEL flag for migration APIs which
    will ask the hypervisor to use multiple parallel connections for
    migrating a domain. The number of parallel connections can be set using
    VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS typed parameter.
    
    Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
    Reviewed-by: John Ferlan <jferlan@redhat.com>