Age | Commit message (Expand) | Author | Files | Lines |
2024-01-04 | migration: fix coverity migrate_mode finding | Steve Sistare | 1 | -1/+3 |
2023-11-01 | migration: mode parameter | Steve Sistare | 1 | -0/+21 |
2023-10-31 | migration: Deprecate old compression method | Juan Quintela | 1 | -0/+13 |
2023-10-31 | migration: Deprecate block migration | Juan Quintela | 1 | -1/+8 |
2023-10-30 | migration: Give one error if trying to set COMPRESSION and XBZRLE | Juan Quintela | 1 | -0/+7 |
2023-10-30 | migration: Give one error if trying to set MULTIFD and XBZRLE | Juan Quintela | 1 | -0/+7 |
2023-10-17 | migration: Create migrate_rdma() | Juan Quintela | 1 | -0/+7 |
2023-10-17 | migration: Allow user to specify available switchover bandwidth | Peter Xu | 1 | -0/+28 |
2023-10-11 | migration/qmp: Fix crash on setting tls-authz with null | Peter Xu | 1 | -2/+7 |
2023-07-26 | migration: enforce multifd and postcopy preempt to be set before incoming | Wei Wang | 1 | -0/+15 |
2023-07-26 | migration: Introduce dirty-limit capability | Hyman Huang(黄勇) | 1 | -1/+22 |
2023-07-26 | qapi/migration: Introduce vcpu-dirty-limit parameters | Hyman Huang(黄勇) | 1 | -0/+21 |
2023-07-26 | qapi/migration: Introduce x-vcpu-dirty-limit-period parameter | Hyman Huang(黄勇) | 1 | -0/+28 |
2023-06-30 | migration: Enable switchover ack capability | Avihai Horon | 1 | -4/+0 |
2023-06-30 | migration: Add switchover ack capability | Avihai Horon | 1 | -0/+21 |
2023-05-18 | migration: Move rate_limit_max and rate_limit_used to migration_stats | Juan Quintela | 1 | -4/+3 |
2023-05-15 | migration: We set the rate_limit by a second | Juan Quintela | 1 | -2/+2 |
2023-05-10 | migration: disallow change capabilities in COLO state | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2023-05-10 | colo: make colo_checkpoint_notify static and provide simpler API | Vladimir Sementsov-Ogievskiy | 1 | -3/+1 |
2023-05-05 | migration: max_postcopy_bandwidth is a size parameter | Juan Quintela | 1 | -1/+1 |
2023-05-05 | migration: Fix block_bitmap_mapping migration | Juan Quintela | 1 | -0/+7 |
2023-04-27 | multifd: Only flush once each full round of memory | Juan Quintela | 1 | -6/+2 |
2023-04-27 | multifd: Create property multifd-flush-after-each-section | Juan Quintela | 1 | -0/+13 |
2023-04-27 | migration: Move migration_properties to options.c | Juan Quintela | 1 | -0/+155 |
2023-04-27 | migration: Create migrate_block_bitmap_mapping() function | Juan Quintela | 1 | -0/+7 |
2023-04-27 | migration: Create migrate_tls_hostname() function | Juan Quintela | 1 | -0/+7 |
2023-04-27 | migration: Create migrate_tls_authz() function | Juan Quintela | 1 | -0/+7 |
2023-04-27 | migration: Create migrate_tls_creds() function | Juan Quintela | 1 | -0/+7 |
2023-04-27 | migration: Remove MigrationState from block_cleanup_parameters() | Juan Quintela | 1 | -1/+3 |
2023-04-27 | migration: Move block_cleanup_parameters() to options.c | Juan Quintela | 1 | -0/+10 |
2023-04-27 | migration: Move migrate_set_block_incremental() to options.c | Juan Quintela | 1 | -0/+9 |
2023-04-27 | migration: Create migrate_downtime_limit() function | Juan Quintela | 1 | -0/+7 |
2023-04-27 | migration: Make all functions check have the same format | Juan Quintela | 1 | -114/+39 |
2023-04-27 | migration: Create migrate_params_init() function | Juan Quintela | 1 | -0/+31 |
2023-04-27 | migration: Allow postcopy_ram_supported_by_host() to report err | Peter Xu | 1 | -5/+3 |
2023-04-27 | migration: Move qmp_migrate_set_parameters() to options.c | Juan Quintela | 1 | -0/+418 |
2023-04-27 | migration: Move migrate_use_tls() to options.c | Juan Quintela | 1 | -1/+10 |
2023-04-27 | migration: Disable postcopy + multifd migration | Leonardo Bras | 1 | -0/+5 |
2023-04-24 | migration: Create migrate_max_bandwidth() function | Juan Quintela | 1 | -0/+79 |
2023-04-24 | migration: Move migrate_postcopy() to options.c | Juan Quintela | 1 | -0/+8 |
2023-04-24 | migration: Create migrate_cpu_throttle_tailslow() function | Juan Quintela | 1 | -0/+9 |
2023-04-24 | migration: Create migrate_cpu_throttle_increment() function | Juan Quintela | 1 | -0/+9 |
2023-04-24 | migration: Create migrate_cpu_throttle_initial() to option.c | Juan Quintela | 1 | -0/+9 |
2023-04-24 | migration: Move migrate_announce_params() to option.c | Juan Quintela | 1 | -0/+17 |
2023-04-24 | migration: Create migrate_max_cpu_throttle() | Juan Quintela | 1 | -0/+9 |
2023-04-24 | migration: Create migrate_checkpoint_delay() | Juan Quintela | 1 | -0/+9 |
2023-04-24 | migration: Create migrate_throttle_trigger_threshold() | Juan Quintela | 1 | -0/+9 |
2023-04-24 | migration: Move migrate_use_block_incremental() to option.c | Juan Quintela | 1 | -0/+9 |
2023-04-24 | migration: Move parameters functions to option.c | Juan Quintela | 1 | -0/+93 |
2023-04-24 | migration: Move migrate_cap_set() to options.c | Juan Quintela | 1 | -0/+21 |