summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* migration: Parameters for auto-converge cpu throttlingJason J. Herne2015-09-301-1/+45
* ram_find_and_save_block: Split out the findingDr. David Alan Gilbert2015-09-291-25/+59
* Move dirty page search state into separate structureDr. David Alan Gilbert2015-09-291-20/+35
* migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-297-22/+21
* migration: qemu-file more size_t'ifyingDr. David Alan Gilbert2015-09-291-11/+11
* migration: size_t'ify some of qemu-fileDr. David Alan Gilbert2015-09-295-19/+25
* Split out end of migration code from migration_threadDr. David Alan Gilbert2015-09-291-28/+47
* migration/ram.c: Use RAMBlock rather than MemoryRegionDr. David Alan Gilbert2015-09-291-15/+11
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-6/+2
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* migration: Fix global state with Xen.Anthony PERARD2015-08-032-0/+8
* rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini2015-07-241-0/+4
* RDMA: Fix error exitsDr. David Alan Gilbert2015-07-161-4/+4
* migration: We also want to store the global state for savevmJuan Quintela2015-07-152-1/+7
* migration: reduce the count of strlen callLiang Li2015-07-151-5/+5
* migration: Trace event and migration event are different thingsJuan Quintela2015-07-151-1/+1
* migration: Only change state after migration has finishedJuan Quintela2015-07-151-21/+27
OpenPOWER on IntegriCloud