• J
    qemu: Introduce qemuMigrationParty enum · b5141551
    Jiri Denemark 提交于
    Some migration parameters and capabilities are supposed to be set on
    both sides of migration while others should only be set on one side. For
    example, CPU throttling parameters make no sense on the destination and
    they can be used even if the destination is too old to support them.
    
    To make qemuMigrationParamsFromFlags more general and usable on both
    sides of migration, we need to tell it what side it's been called on.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    Reviewed-by: NJán Tomko <jtomko@redhat.com>
    b5141551
qemu_migration_params.c 17.1 KB