summaryrefslogtreecommitdiffstats
path: root/include/migration
Commit message (Expand)AuthorAgeFilesLines
...
* migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya2017-02-281-0/+3
* migration/vmstate: fix array of ptr with nullptrsHalil Pasic2017-02-281-0/+4
* migration: Add VMSTATE_WITH_TMPDr. David Alan Gilbert2017-02-131-0/+19
* migration: Add VMSTATE_UNUSED_VARRAY_UINT32Dr. David Alan Gilbert2017-02-131-0/+11
* COLO: Shutdown related socket fd while do failoverzhanghailiang2017-02-131-0/+3
* COLO: fix setting checkpoint-delay not working properlyzhanghailiang2017-02-132-0/+7
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-13/+8
* migration: discard non-dirty ram pages after the start of postcopyPavel Butsykin2017-02-131-0/+1
* add 'release-ram' migrate capabilityPavel Butsykin2017-02-132-1/+3
* migration: Check for ID lengthDr. David Alan Gilbert2017-02-061-0/+2
* vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert2017-02-061-2/+3
* migration: create Migration Incoming State at init timeJuan Quintela2017-02-061-1/+0
* migration: re-active images while migration been canceled after inactive themzhanghailiang2017-01-241-0/+3
* migration: Fail migration blocker for --only-migratableAshijeet Acharya2017-01-241-1/+1
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-1/+6
* migration: Add a new option to enable only-migratableAshijeet Acharya2017-01-241-0/+3
* migration: migrate QTAILQJianjun Duan2017-01-241-0/+20
* migration: extend VMStateInfoJianjun Duan2017-01-241-5/+14
* intel_iommu: allow migrationPeter Xu2017-01-101-0/+1
* migration: allow to prioritize save state entriesPeter Xu2017-01-101-0/+6
* migration: Add VMSTATE_UINTTL_TEST()David Gibson2016-11-231-0/+4
* COLO: Implement the process of failover for primary VMzhanghailiang2016-10-302-0/+4
* COLO: Introduce state to record failover processzhanghailiang2016-10-301-0/+5
* COLO: Add 'x-colo-lost-heartbeat' command to trigger failoverzhanghailiang2016-10-302-0/+23
* migration: Switch to COLO process after finishing loadvmzhanghailiang2016-10-302-0/+14
* migration: Enter into COLO mode after migration if COLO is enabledzhanghailiang2016-10-301-0/+3
* COLO: migrate COLO related info to secondary nodezhanghailiang2016-10-301-0/+2
* migration: Introduce capability 'x-colo' to migrationzhanghailiang2016-10-302-0/+21
* migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya2016-10-131-1/+0
* Remove unused function declarationsLadi Prosek2016-09-151-2/+0
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-2/+5
* 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/+0
* migration: remove support for non-iovec based write handlersDaniel P. Berrange2016-05-261-9/+0
* 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/+0
* migration: delete QEMUFile sockets implementationDaniel P. Berrange2016-05-261-2/+0
* migration: delete QEMUSizedBuffer structDaniel P. Berrange2016-05-261-16/+0
* migration: delete QEMUFile buffer implementationDaniel P. Berrange2016-05-261-6/+0
* 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