aboutsummaryrefslogtreecommitdiff
path: root/include/migration
AgeCommit message (Expand)Author
2016-09-15Remove unused function declarationsLadi Prosek
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-29scsi: esp: fix migrationPaolo Bonzini
2016-06-17migration: Define VMSTATE_UINT64_2DARRAYPeter Maydell
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert
2016-06-07vmstate: Define VARRAY with VMS_ALLOCAlexey Kardashevskiy
2016-05-26migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange
2016-05-26migration: remove support for non-iovec based write handlersDaniel P. Berrange
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange
2016-05-26migration: delete QEMUFile stdio implementationDaniel P. Berrange
2016-05-26migration: delete QEMUFile sockets implementationDaniel P. Berrange
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange
2016-05-26migration: delete QEMUFile buffer implementationDaniel P. Berrange
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange
2016-05-26migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange
2016-05-26migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange
2016-05-26migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange
2016-05-26migration: split migration hooks out of QEMUFileOpsDaniel P. Berrange
2016-05-26migration: ensure qemu_fflush() always writes full data amountDaniel P. Berrange
2016-05-23savevm: fail if migration blockers are presentGreg Kurz
2016-05-23migration/qjson: Drop gratuitous use of QOMMarkus Armbruster
2016-05-23migration: Move qjson.[ch] to migration/Markus Armbruster
2016-05-19hw: move CPU state serialization to migration/cpu.hPaolo Bonzini
2016-02-26migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev
2016-02-26migration/vmstate: document VMStateFlagsSascha Silbe
2016-02-23Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell
2016-02-23include: Clean up includesPeter Maydell
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-05migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang
2016-02-04Fix virtio migrationDr. David Alan Gilbert
2016-01-16vmstate: Introduce VMSTATE_VARRAY_MULTPLYJuan Quintela
2016-01-16vmstate: introduce CPU_DoubleU arraysJuan Quintela
2016-01-13migration: Add state records for migration incomingzhanghailiang
2016-01-13migration: Export migrate_set_state()zhanghailiang
2016-01-09Add VMSTATE_STRUCT_VARRAY_KNOWNDr. David Alan Gilbert
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-10Postcopy: Mark nohugepage before discardDr. David Alan Gilbert
2015-11-10Start up a postcopy/listener thread ready for incoming page dataDr. David Alan Gilbert
2015-11-10Postcopy; Handle userfault requestsDr. David Alan Gilbert
2015-11-10postcopy_ram.c: place_page and helpersDr. David Alan Gilbert
2015-11-10Page request: Process incoming page requestDr. David Alan Gilbert
2015-11-10Page request: Add MIG_RP_MSG_REQ_PAGES reverse commandDr. David Alan Gilbert
2015-11-10Postcopy: Postcopy startup in migration threadDr. David Alan Gilbert
2015-11-10postcopy: ram_enable_notify to switch on userfaultDr. David Alan Gilbert
2015-11-10postcopy: Incoming initialisationDr. David Alan Gilbert