summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
...
* Postcopy: Use helpers to map pages during migrationDr. David Alan Gilbert2015-11-101-1/+129
* postcopy_ram.c: place_page and helpersDr. David Alan Gilbert2015-11-101-0/+100
* Page request: Consume pages off the post-copy queueDr. David Alan Gilbert2015-11-101-31/+218
* Page request: Process incoming page requestDr. David Alan Gilbert2015-11-102-1/+115
* Page request: Add MIG_RP_MSG_REQ_PAGES reverse commandDr. David Alan Gilbert2015-11-101-0/+70
* Postcopy: End of iterationDr. David Alan Gilbert2015-11-101-14/+37
* Postcopy: Postcopy startup in migration threadDr. David Alan Gilbert2015-11-101-7/+167
* postcopy: ram_enable_notify to switch on userfaultDr. David Alan Gilbert2015-11-102-0/+78
* postcopy: Incoming initialisationDr. David Alan Gilbert2015-11-103-0/+121
* migration_completion: Take current stateDr. David Alan Gilbert2015-11-104-3/+307
* Postcopy: Maintain unsentmapDr. David Alan Gilbert2015-11-101-6/+45
* Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert2015-11-102-2/+48
* Avoid sending vmdescription during postcopyDr. David Alan Gilbert2015-11-101-1/+2
* MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration stateDr. David Alan Gilbert2015-11-101-2/+45
* migration_completion: Take current stateDr. David Alan Gilbert2015-11-101-4/+7
* migrate_start_postcopy: Command to trigger transition to postcopyDr. David Alan Gilbert2015-11-101-0/+22
* postcopy: OS support testDr. David Alan Gilbert2015-11-103-1/+163
* Modify save_live_pending for postcopyDr. David Alan Gilbert2015-11-104-10/+31
* MIG_CMD_PACKAGED: Send a packaged chunk of migration streamDr. David Alan Gilbert2015-11-101-5/+99
* Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert2015-11-102-0/+274
* Add migration-capability boolean for postcopy-ram.Dr. David Alan Gilbert2015-11-101-0/+23
* Rework loadvm path for subloopsDr. David Alan Gilbert2015-11-102-67/+76
* Return path: Source handling of return pathDr. David Alan Gilbert2015-11-101-2/+157
* migration_is_setup_or_activeDr. David Alan Gilbert2015-11-101-6/+20
* Return path: Send responses from destination to sourceDr. David Alan Gilbert2015-11-102-1/+46
* Return path: Control commandsDr. David Alan Gilbert2015-11-101-1/+42
* Migration commandsDr. David Alan Gilbert2015-11-101-0/+71
* Return path: socket_writev_buffer: Block even on non-blocking fd'sDr. David Alan Gilbert2015-11-101-5/+37
* Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert2015-11-102-9/+72
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-104-8/+8
* migrate_init: Call from savevmDr. David Alan Gilbert2015-11-102-1/+3
* ram_load: Factor out host_from_stream_offset call and checkDr. David Alan Gilbert2015-11-101-26/+15
* ram_debug_dump_bitmap: Dump a migration bitmap as textDr. David Alan Gilbert2015-11-101-0/+39
* Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert2015-11-101-0/+15
* Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert2015-11-101-0/+37
* Rename mis->file to from_src_fileDr. David Alan Gilbert2015-11-101-1/+1
* qemu_ram_block_by_nameDr. David Alan Gilbert2015-11-101-20/+15
* Move configuration section writingDr. David Alan Gilbert2015-11-101-5/+6
* migration: code clean upLiang Li2015-11-042-14/+4
* migration: rename cancel to cleanup in SaveVMHandlesLiang Li2015-11-043-4/+4
* migration: rename qemu_savevm_state_cancelLiang Li2015-11-042-4/+4
* migration: defer migration_end & blk_mig_cleanupLiang Li2015-11-043-9/+6
* block: Prepare for NULL BDSMax Reitz2015-10-231-0/+5
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-205-5/+5
* migration: fix deadlockDenis V. Lunev2015-10-151-17/+27
* migration: announce VM's new home just before VM is runnableAmit Shah2015-10-151-1/+6
* Migration: Generate the completed event only when we completeDr. David Alan Gilbert2015-10-151-1/+7
* migration: Disambiguate MAX_THROTTLEJason J. Herne2015-09-301-1/+1
* qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne2015-09-301-0/+5
* migration: Dynamic cpu throttling for auto-convergeJason J. Herne2015-09-302-59/+34
OpenPOWER on IntegriCloud