• J
    qemu: Check remote caps when enabling always-on capabilities · 9d7321bd
    Jiri Denemark 提交于
    When an always-on migration capability is supposed to be enabled on both
    sides of migration, each side can only enable the feature if it is
    enabled by the other side.
    
    Thus the source host sends a list of supported migration capabilities in
    the migration cookie generated in the Begin phase. The destination host
    consumes the list in the Prepare phase and decides what capabilities can
    be enabled when starting a QEMU process for incoming migration. Once
    done the destination sends the list of supported capabilities back to
    the source where it is used during the Perform phase to determine what
    capabilities can be automatically enabled.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    Reviewed-by: NJán Tomko <jtomko@redhat.com>
    9d7321bd
qemu_migration.c 183.0 KB