summaryrefslogtreecommitdiffstats
path: root/include/migration
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* migration: Fix global state with Xen.Anthony PERARD2015-08-031-0/+1
* vmstate: remove unused declarationMarc-André Lureau2015-07-271-3/+0
* 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/+2
* migration: move ram stuff to migration/ramJuan Quintela2015-06-121-0/+2
* migration: Use an array instead of 3 parametersLiang Li2015-05-071-3/+1
* 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/+0
* 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/+0
* migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil2015-02-101-2/+0
* 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
* vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy2014-10-141-0/+11
* QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert2014-10-141-0/+26
* vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)Alexey Kardashevskiy2014-06-271-0/+11
* migration: dump vmstate info as a json file for static analysisAmit Shah2014-06-231-0/+2
* migration: introduce self_announce_delay()Jason Wang2014-06-191-0/+8
* migration: export SELF_ANNOUNCE_ROUNDSJason Wang2014-06-191-0/+2
* migration: expose xbzrle cache miss rateChenLiang2014-05-051-0/+1
* migration: expose the bitmap_sync_count to the endChenLiang2014-05-051-0/+1
* Provide init function for ram migrationDr. David Alan Gilbert2014-05-051-2/+0
* Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert2014-05-051-0/+5
* vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin2014-05-051-1/+1
* vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin2014-05-051-0/+8
OpenPOWER on IntegriCloud