Age | Commit message (Expand) | Author | Files | Lines |
2015-08-03 | migration: Fix global state with Xen. | Anthony PERARD | 1 | -0/+1 |
2015-07-15 | migration: We also want to store the global state for savevm | Juan Quintela | 1 | -0/+1 |
2015-07-07 | migration: Make events a capability | Juan Quintela | 1 | -0/+1 |
2015-07-07 | migration: Add configuration section | Juan Quintela | 1 | -0/+2 |
2015-07-07 | global_state: Make section optional | Juan Quintela | 1 | -0/+1 |
2015-07-07 | migration: create new section to store global state | Juan Quintela | 1 | -0/+1 |
2015-07-07 | Rework ram_control_load_hook to hook during block load | Dr. David Alan Gilbert | 1 | -1/+1 |
2015-06-12 | Add a protective section footer | Dr. David Alan Gilbert | 1 | -0/+1 |
2015-06-12 | Disable section footers on older machine types | Dr. David Alan Gilbert | 1 | -1/+1 |
2015-06-12 | Move loadvm_handlers into MigrationIncomingState | Dr. David Alan Gilbert | 1 | -0/+5 |
2015-06-12 | Create MigrationIncomingState | Dr. David Alan Gilbert | 1 | -0/+9 |
2015-06-12 | migration: move ram stuff to migration/ram | Juan Quintela | 1 | -0/+2 |
2015-05-07 | migration: Use an array instead of 3 parameters | Liang Li | 1 | -3/+1 |
2015-05-06 | migration: Add the framework of multi-thread decompression | Liang Li | 1 | -0/+4 |
2015-05-06 | migration: Add the framework of multi-thread compression | Liang Li | 1 | -0/+8 |
2015-03-17 | migration: Remove unused functions | Thomas Huth | 1 | -1/+0 |
2015-03-16 | ram: make all save_page functions take a uint64_t parameter | Juan Quintela | 1 | -1/+1 |
2015-02-18 | hmp: Clean up declarations for long-gone info handlers | Markus Armbruster | 1 | -4/+0 |
2015-02-05 | migration: Append JSON description of migration stream | Alexander Graf | 1 | -0/+1 |
2014-05-05 | migration: expose xbzrle cache miss rate | ChenLiang | 1 | -0/+1 |
2014-05-05 | migration: expose the bitmap_sync_count to the end | ChenLiang | 1 | -0/+1 |
2014-05-05 | Provide init function for ram migration | Dr. David Alan Gilbert | 1 | -2/+0 |
2014-02-04 | migration:fix free XBZRLE decoded_buf wrong | Gonglei (Arei) | 1 | -0/+1 |
2014-01-13 | migration: Move QEMU_VM_* defines to migration/migration.h | Eduardo Habkost | 1 | -0/+11 |
2013-07-29 | migration: fix spice migration | Stefan Hajnoczi | 1 | -1/+1 |
2013-07-23 | rdma: account for the time spent in MIG_STATE_SETUP through QMP | Michael R. Hines | 1 | -0/+1 |
2013-07-23 | rdma: core logic | Michael R. Hines | 1 | -0/+4 |
2013-07-23 | rdma: introduce ram_handle_compressed() | Michael R. Hines | 1 | -0/+2 |
2013-07-19 | block-migration: efficiently encode zero blocks | Peter Lieven | 1 | -0/+1 |
2013-07-12 | Add 'auto-converge' migration capability | Chegu Vinod | 1 | -0/+2 |
2013-06-27 | rdma: introduce capability x-rdma-pin-all | Michael R. Hines | 1 | -0/+2 |
2013-06-27 | rdma: new QEMUFileOps hooks | Michael R. Hines | 1 | -0/+20 |
2013-06-27 | rdma: export throughput w/ MigrationStats QMP | Michael R. Hines | 1 | -0/+1 |
2013-06-27 | rdma: introduce qemu_update_position() | Michael R. Hines | 1 | -0/+2 |
2013-03-26 | migration: do not sent zero pages in bulk stage | Peter Lieven | 1 | -0/+2 |
2013-03-11 | migration: eliminate s->migration_file | Paolo Bonzini | 1 | -2/+0 |
2013-03-11 | migration: use QEMUFile for writing outgoing migration data | Paolo Bonzini | 1 | -4/+0 |
2013-03-11 | migration: use QEMUFile for migration channel lifetime | Paolo Bonzini | 1 | -3/+4 |
2013-03-11 | migration: yay, buffering is gone | Paolo Bonzini | 1 | -3/+0 |
2013-03-11 | migration: cleanup migration (including thread) in the iothread | Paolo Bonzini | 1 | -0/+1 |
2013-03-11 | migration: simplify error handling | Paolo Bonzini | 1 | -1/+0 |
2013-02-22 | migration: calculate expected_downtime | Juan Quintela | 1 | -0/+1 |
2013-01-17 | migration: move beginning stage to the migration thread | Juan Quintela | 1 | -1/+0 |
2013-01-17 | migration: make function static | Paolo Bonzini | 1 | -2/+0 |
2012-12-20 | migration: merge QEMUFileBuffered into MigrationState | Juan Quintela | 1 | -0/+8 |
2012-12-20 | migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect | Juan Quintela | 1 | -2/+0 |
2012-12-20 | migration: move migration_fd_put_ready() | Juan Quintela | 1 | -1/+0 |
2012-12-20 | migration: move buffered_file.c code into migration.c | Juan Quintela | 1 | -0/+1 |
2012-12-20 | savevm: New save live migration method: pending | Juan Quintela | 1 | -1/+1 |
2012-12-20 | migration: remove unfreeze logic | Juan Quintela | 1 | -1/+0 |