summaryrefslogtreecommitdiffstats
path: root/include/migration
Commit message (Expand)AuthorAgeFilesLines
...
* Return path: Source handling of return pathDr. David Alan Gilbert2015-11-101-0/+8
* Return path: Send responses from destination to sourceDr. David Alan Gilbert2015-11-101-0/+19
* Return path: Control commandsDr. David Alan Gilbert2015-11-101-0/+2
* Migration commandsDr. David Alan Gilbert2015-11-101-0/+1
* Return path: Open a return path on QEMUFile for socketsDr. David Alan Gilbert2015-11-101-0/+7
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-101-1/+1
* migrate_init: Call from savevmDr. David Alan Gilbert2015-11-101-3/+1Star
* ram_debug_dump_bitmap: Dump a migration bitmap as textDr. David Alan Gilbert2015-11-101-0/+1
* Add wrapper for setting blocking status on a QEMUFileDr. David Alan Gilbert2015-11-101-0/+1
* Add qemu_get_buffer_in_place to avoid copies some of the timeDr. David Alan Gilbert2015-11-101-0/+2
* Rename mis->file to from_src_fileDr. David Alan Gilbert2015-11-101-1/+1
* migration: rename cancel to cleanup in SaveVMHandlesLiang Li2015-11-041-1/+1
* migration: qemu-file more size_t'ifyingDr. David Alan Gilbert2015-09-291-5/+5
* migration: size_t'ify some of qemu-fileDr. David Alan Gilbert2015-09-291-4/+4
* vmstate: Remove redefinition of VMSTATE_UINT32_ARRAYSoren Brinkmann2015-09-291-3/+0Star
* migration: Fix global state with Xen.Anthony PERARD2015-08-031-0/+1
* vmstate: remove unused declarationMarc-André Lureau2015-07-271-3/+0Star
* migration: We also want to store the global state for savevmJuan Quintela2015-07-151-0/+1
* migration: Make events a capabilityJuan Quintela2015-07-071-0/+1
* migration: Add configuration sectionJuan Quintela2015-07-071-0/+2
* vmstate: Create optional sectionsJuan Quintela2015-07-071-0/+2
* global_state: Make section optionalJuan Quintela2015-07-071-0/+1
* migration: create new section to store global stateJuan Quintela2015-07-071-0/+1
* Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert2015-07-072-6/+10
* migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST()Laszlo Ersek2015-06-231-1/+6
* Add a protective section footerDr. David Alan Gilbert2015-06-121-0/+1
* Disable section footers on older machine typesDr. David Alan Gilbert2015-06-121-1/+1
* Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert2015-06-122-0/+7
* Move copy out of qemu_peek_bufferDr. David Alan Gilbert2015-06-121-1/+1
* Create MigrationIncomingStateDr. David Alan Gilbert2015-06-121-0/+9
* Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert2015-06-121-0/+3
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-6/+2Star
* migration: move ram stuff to migration/ramJuan Quintela2015-06-121-0/+2
* migration: Use an array instead of 3 parametersLiang Li2015-05-071-3/+1Star
* qemu-file: Add compression functions to QEMUFileLiang Li2015-05-061-0/+3
* migration: Add the framework of multi-thread decompressionLiang Li2015-05-061-0/+4
* migration: Add the framework of multi-thread compressionLiang Li2015-05-061-0/+8
* migration: Remove unused functionsThomas Huth2015-03-172-2/+0Star
* ram: make all save_page functions take a uint64_t parameterJuan Quintela2015-03-162-2/+2
* Add more VMSTATE_*_TEST variants for integersDavid Gibson2015-03-091-0/+15
* hmp: Clean up declarations for long-gone info handlersMarkus Armbruster2015-02-181-4/+0Star
* migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil2015-02-101-2/+0Star
* migration: Append JSON description of migration streamAlexander Graf2015-02-052-1/+3
* qemu-file: Add fast ftell code pathAlexander Graf2015-02-051-0/+1
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-3/+15
* target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini2015-01-261-0/+10
* vmstate: type-check sub-arraysPaolo Bonzini2015-01-161-1/+1
* socket shutdownDr. David Alan Gilbert2015-01-161-0/+10
* xbzrle: optimize XBZRLE to decrease the cache missesChenLiang2015-01-151-3/+7
* qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost2014-10-141-0/+1