summaryrefslogtreecommitdiffstats
path: root/include/migration
Commit message (Expand)AuthorAgeFilesLines
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-3/+3
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* scsi: esp: fix migrationPaolo Bonzini2016-06-291-1/+4
* migration: Define VMSTATE_UINT64_2DARRAYPeter Maydell2016-06-171-0/+6
* migration: rename functions to starting migrationsDaniel P. Berrange2016-06-161-13/+13
* Postcopy: Add stats on page requestsDr. David Alan Gilbert2016-06-161-0/+2
* vmstate: Define VARRAY with VMS_ALLOCAlexey Kardashevskiy2016-06-071-0/+10
* migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange2016-05-261-1/+0Star
* migration: remove support for non-iovec based write handlersDaniel P. Berrange2016-05-261-9/+0Star
* migration: add support for encrypting data with TLSDaniel P. Berrange2016-05-261-1/+11
* migration: don't use an array for storing migrate parametersDaniel P. Berrange2016-05-261-1/+4
* migration: delete QEMUFile stdio implementationDaniel P. Berrange2016-05-261-2/+0Star
* migration: delete QEMUFile sockets implementationDaniel P. Berrange2016-05-261-2/+0Star
* migration: delete QEMUSizedBuffer structDaniel P. Berrange2016-05-261-16/+0Star
* migration: delete QEMUFile buffer implementationDaniel P. Berrange2016-05-261-6/+0Star
* migration: add reporting of errors for outgoing migrationDaniel P. Berrange2016-05-261-1/+4
* migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange2016-05-261-0/+6
* migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange2016-05-261-0/+4
* migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange2016-05-261-0/+5
* migration: split migration hooks out of QEMUFileOpsDaniel P. Berrange2016-05-261-3/+7
* migration: ensure qemu_fflush() always writes full data amountDaniel P. Berrange2016-05-261-2/+4
* savevm: fail if migration blockers are presentGreg Kurz2016-05-231-0/+1
* migration/qjson: Drop gratuitous use of QOMMarkus Armbruster2016-05-231-1/+1
* migration: Move qjson.[ch] to migration/Markus Armbruster2016-05-232-1/+30
* hw: move CPU state serialization to migration/cpu.hPaolo Bonzini2016-05-191-0/+48
* migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev2016-02-261-0/+2
* migration/vmstate: document VMStateFlagsSascha Silbe2016-02-261-10/+90
* Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell2016-02-231-0/+4
|\
| * Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2016-02-231-0/+4
* | include: Clean up includesPeter Maydell2016-02-232-2/+0Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-081-9/+9
|\
| * Fix virtio migrationDr. David Alan Gilbert2016-02-041-9/+9
* | migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang2016-02-051-1/+1
|/
* vmstate: Introduce VMSTATE_VARRAY_MULTPLYJuan Quintela2016-01-161-0/+11
* vmstate: introduce CPU_DoubleU arraysJuan Quintela2016-01-161-0/+7
* migration: Add state records for migration incomingzhanghailiang2016-01-131-0/+1
* migration: Export migrate_set_state()zhanghailiang2016-01-131-0/+2
* Add VMSTATE_STRUCT_VARRAY_KNOWNDr. David Alan Gilbert2016-01-091-0/+13
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-2/+2
* Postcopy: Mark nohugepage before discardDr. David Alan Gilbert2015-11-101-0/+6
* Start up a postcopy/listener thread ready for incoming page dataDr. David Alan Gilbert2015-11-101-0/+4
* Postcopy; Handle userfault requestsDr. David Alan Gilbert2015-11-101-0/+3
* postcopy_ram.c: place_page and helpersDr. David Alan Gilbert2015-11-102-0/+22
* Page request: Process incoming page requestDr. David Alan Gilbert2015-11-101-0/+22
* Page request: Add MIG_RP_MSG_REQ_PAGES reverse commandDr. David Alan Gilbert2015-11-101-0/+5
* Postcopy: Postcopy startup in migration threadDr. David Alan Gilbert2015-11-101-0/+3
* postcopy: ram_enable_notify to switch on userfaultDr. David Alan Gilbert2015-11-102-0/+9
* postcopy: Incoming initialisationDr. David Alan Gilbert2015-11-102-0/+15
* migration_completion: Take current stateDr. David Alan Gilbert2015-11-102-0/+40
* Add qemu_savevm_state_complete_postcopyDr. David Alan Gilbert2015-11-101-0/+1