Age | Commit message (Expand) | Author | Files | Lines |
2024-01-29 | migration: Fix use-after-free of migration state object | Fabiano Rosas | 1 | -0/+2 |
2024-01-16 | migration: Report error in incoming migration | Fabiano Rosas | 1 | -0/+7 |
2024-01-16 | migration: Simplify initial conditionals in migration for better readability | Het Gala | 1 | -20/+16 |
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi | 1 | -1/+1 |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi | 1 | -26/+26 |
2024-01-04 | migration: Remove unnecessary usage of local Error | Avihai Horon | 1 | -6/+2 |
2024-01-04 | migration/multifd: Remove error_setg() in migration_ioc_process_incoming() | Avihai Horon | 1 | -1/+0 |
2024-01-04 | migration: Remove errp parameter in migration_fd_process_incoming() | Avihai Horon | 1 | -1/+1 |
2024-01-04 | migration: Refactor migration_incoming_setup() | Avihai Horon | 1 | -12/+3 |
2024-01-04 | migration: Remove nulling of hostname in migrate_init() | Avihai Horon | 1 | -1/+0 |
2024-01-04 | migration: preserve suspended for bg_migration | Steve Sistare | 1 | -6/+1 |
2024-01-04 | migration: preserve suspended runstate | Steve Sistare | 1 | -5/+3 |
2023-12-04 | Merge tag 'migration-20231201-pull-request' of https://github.com/xzpeter/qem... | Stefan Hajnoczi | 1 | -6/+6 |
2023-12-01 | migration: Plug memory leak with migration URIs | Het Gala | 1 | -6/+6 |
2023-11-30 | migration: free 'saddr' since be no longer used | Zongmin Zhou | 1 | -2/+3 |
2023-11-02 | migration: Implement MigrateChannelList to hmp migration flow. | Het Gala | 1 | -3/+2 |
2023-11-02 | migration: Implement MigrateChannelList to qmp migration flow. | Het Gala | 1 | -46/+55 |
2023-11-02 | migration: modify migration_channels_and_uri_compatible() for new QAPI syntax | Het Gala | 1 | -11/+14 |
2023-11-02 | migration: New migrate and migrate-incoming argument 'channels' | Het Gala | 1 | -5/+51 |
2023-11-02 | migration: Convert the file backend to the new QAPI syntax | Fabiano Rosas | 1 | -6/+4 |
2023-11-02 | migration: convert exec backend to accept MigrateAddress. | Het Gala | 1 | -4/+4 |
2023-11-02 | migration: convert rdma backend to accept MigrateAddress | Het Gala | 1 | -4/+4 |
2023-11-02 | migration: convert socket backend to accept MigrateAddress | Het Gala | 1 | -12/+18 |
2023-11-02 | migration: convert migration 'uri' into 'MigrateAddress' | Het Gala | 1 | -0/+63 |
2023-11-02 | migration: Change ram_dirty_bitmap_reload() retval to bool | Peter Xu | 1 | -9/+9 |
2023-11-02 | migration: Allow network to fail even during recovery | Peter Xu | 1 | -5/+58 |
2023-11-02 | migration: Refactor error handling in source return path | Peter Xu | 1 | -68/+53 |
2023-11-01 | migration: per-mode blockers | Steve Sistare | 1 | -13/+82 |
2023-11-01 | migration: Add tracepoints for downtime checkpoints | Peter Xu | 1 | -1/+15 |
2023-11-01 | migration: migration_stop_vm() helper | Peter Xu | 1 | -3/+8 |
2023-11-01 | migration: Add migration_downtime_start|end() helpers | Peter Xu | 1 | -13/+24 |
2023-11-01 | migration: Set downtime_start even for postcopy | Peter Xu | 1 | -2/+3 |
2023-10-31 | qemu-file: Make qemu_fflush() return errors | Juan Quintela | 1 | -6/+1 |
2023-10-31 | migration: Use migration_transferred_bytes() | Juan Quintela | 1 | -1/+1 |
2023-10-31 | migration: migration_rate_limit_reset() don't need the QEMUFile | Juan Quintela | 1 | -1/+1 |
2023-10-31 | migration: migration_transferred_bytes() don't need the QEMUFile | Juan Quintela | 1 | -3/+3 |
2023-10-31 | migration: migrate 'blk' command option is deprecated. | Juan Quintela | 1 | -0/+5 |
2023-10-31 | migration: migrate 'inc' command option is deprecated. | Juan Quintela | 1 | -0/+5 |
2023-10-20 | migration: simplify notifiers | Steve Sistare | 1 | -6/+16 |
2023-10-20 | migration: simplify blockers | Steve Sistare | 1 | -8/+14 |
2023-10-17 | migration: Create populate_compress() | Juan Quintela | 1 | -10/+1 |
2023-10-17 | migration: Move compression_counters cleanup ram-compress.c | Juan Quintela | 1 | -3/+1 |
2023-10-17 | migration: RDMA is not compatible with anything else | Juan Quintela | 1 | -0/+12 |
2023-10-17 | migration: Create migrate_rdma() | Juan Quintela | 1 | -0/+1 |
2023-10-17 | migration: hold the BQL during setup | Fiona Ebner | 1 | -0/+6 |
2023-10-17 | migration: Add the configuration vmstate to the json writer | Nikolay Borisov | 1 | -0/+1 |
2023-10-17 | migration: Allow user to specify available switchover bandwidth | Peter Xu | 1 | -3/+21 |
2023-10-17 | migration: refactor migration_completion | Wei Wang | 1 | -72/+93 |
2023-10-11 | migration: Add migration_rp_wait|kick() | Peter Xu | 1 | -2/+12 |
2023-10-11 | migration: Introduce migrate_has_error() | Peter Xu | 1 | -0/+7 |