summaryrefslogtreecommitdiff
path: root/include/migration
AgeCommit message (Expand)AuthorFilesLines
2015-08-03migration: Fix global state with Xen.Anthony PERARD1-0/+1
2015-07-27vmstate: remove unused declarationMarc-André Lureau1-3/+0
2015-07-15migration: We also want to store the global state for savevmJuan Quintela1-0/+1
2015-07-07migration: Make events a capabilityJuan Quintela1-0/+1
2015-07-07migration: Add configuration sectionJuan Quintela1-0/+2
2015-07-07vmstate: Create optional sectionsJuan Quintela1-0/+2
2015-07-07global_state: Make section optionalJuan Quintela1-0/+1
2015-07-07migration: create new section to store global stateJuan Quintela1-0/+1
2015-07-07Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert2-6/+10
2015-06-23migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST()Laszlo Ersek1-1/+6
2015-06-12Add a protective section footerDr. David Alan Gilbert1-0/+1
2015-06-12Disable section footers on older machine typesDr. David Alan Gilbert1-1/+1
2015-06-12Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert2-0/+7
2015-06-12Move copy out of qemu_peek_bufferDr. David Alan Gilbert1-1/+1
2015-06-12Create MigrationIncomingStateDr. David Alan Gilbert1-0/+9
2015-06-12Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert1-0/+3
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-6/+2
2015-06-12migration: move ram stuff to migration/ramJuan Quintela1-0/+2
2015-05-07migration: Use an array instead of 3 parametersLiang Li1-3/+1
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li1-0/+3
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li1-0/+4
2015-05-06migration: Add the framework of multi-thread compressionLiang Li1-0/+8
2015-03-17migration: Remove unused functionsThomas Huth2-2/+0
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela2-2/+2
2015-03-09Add more VMSTATE_*_TEST variants for integersDavid Gibson1-0/+15
2015-02-18hmp: Clean up declarations for long-gone info handlersMarkus Armbruster1-4/+0
2015-02-10migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil1-2/+0
2015-02-05migration: Append JSON description of migration streamAlexander Graf2-1/+3
2015-02-05qemu-file: Add fast ftell code pathAlexander Graf1-0/+1
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-3/+15
2015-01-26target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini1-0/+10
2015-01-16vmstate: type-check sub-arraysPaolo Bonzini1-1/+1
2015-01-16socket shutdownDr. David Alan Gilbert1-0/+10
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang1-3/+7
2014-10-14qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost1-0/+1
2014-10-14vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy1-0/+11
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert1-0/+26
2014-06-27vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)Alexey Kardashevskiy1-0/+11
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah1-0/+2
2014-06-19migration: introduce self_announce_delay()Jason Wang1-0/+8
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang1-0/+2
2014-05-05migration: expose xbzrle cache miss rateChenLiang1-0/+1
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang1-0/+1
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert1-2/+0
2014-05-05Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert1-0/+5
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin1-1/+1
2014-05-05vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin1-0/+8
2014-05-05vmstate: add VMS_MUST_EXISTMichael S. Tsirkin1-0/+1
2014-03-14scsi: Fix migration of scsi sense dataFam Zheng1-0/+3
2014-02-25Fix two XBZRLE corruption issuesDr. David Alan Gilbert1-1/+1