summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini2020-12-101-25/+8Star
* vl: move various initialization routines out of qemu_initPaolo Bonzini2020-12-101-0/+4
* migration: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2
* migration: handle CANCELLING state in migration_completion()Longpeng(Mike)2020-11-121-0/+2
* multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng2020-11-121-0/+1
* migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng2020-11-121-5/+0Star
* migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun2020-11-121-1/+1
* migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng2020-11-121-6/+17
* migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé2020-11-121-1/+1
* Reduce the time of checkpoint for COLORao, Lei2020-11-111-1/+13
* migration: Postpone the kick of the fault thread after recoverPeter Xu2020-11-021-3/+8
* migration: Unify reset of last_rb on destination node when recoverPeter Xu2020-11-022-2/+6
* qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-011-0/+17
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell2020-10-2711-89/+208
|\
| * migration/postcopy: Release fd before going into 'postcopy-pause'Peter Xu2020-10-261-3/+3
| * migration: Sync requested pages after postcopy recoveryPeter Xu2020-10-262-0/+58
| * migration: Maintain postcopy faulted addressesPeter Xu2020-10-264-5/+74
| * migration: Introduce migrate_send_rp_message_req_pages()Peter Xu2020-10-262-2/+10
| * migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu2020-10-261-3/+5
| * migration: using trace_ to replace DPRINTFBihong Yu2020-10-263-28/+34
| * migration: Delete redundant spacesBihong Yu2020-10-261-1/+1
| * migration: Open brace '{' following function declarations go on the next lineBihong Yu2020-10-261-1/+2
| * migration: Do not initialise statics and globals to 0 or NULLBihong Yu2020-10-262-2/+2
| * migration: Add braces {} for if statementBihong Yu2020-10-261-2/+4
| * migration: Open brace '{' following struct go on the same lineBihong Yu2020-10-261-2/+1Star
| * migration: Add spaces around operatorBihong Yu2020-10-265-10/+10
| * migration: Don't use '#' flag of printf formatBihong Yu2020-10-262-3/+3
| * migration: Do not use C99 // commentsBihong Yu2020-10-262-2/+2
| * migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell2020-10-261-26/+0Star
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell2020-10-261-14/+12Star
|\ \
| * | migration/block-dirty-bitmap: fix uninitialized variable warningChen Qun2020-10-261-12/+9Star
| * | migration/block-dirty-bitmap: fix larger granularity bitmapsStefan Reiter2020-10-261-2/+3
| |/
* / machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini2020-10-261-10/+0Star
|/
* qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2020-10-211-1/+0Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-10-131-1/+2
|\
| * mingw: fix error __USE_MINGW_ANSI_STDIO redefinedMarc-André Lureau2020-10-131-1/+2
* | migration: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-7/+1Star
* | migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng2020-10-121-2/+1Star
* | migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng2020-10-121-4/+9
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell2020-10-092-9/+3Star
|\
| * error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster2020-10-092-9/+3Star
* | monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-2/+2
|/
* replay: flush rr queue before loading the vmstatePavel Dovgalyuk2020-10-061-6/+6
* migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+5
* migration: Silence compiler warning in global_state_store_running()Thomas Huth2020-10-021-2/+2
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200928a'...Peter Maydell2020-09-291-5/+2Star
|\
| * Revert "migration: Properly destroy variables on incoming side"Dr. David Alan Gilbert2020-09-281-5/+2Star
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-281-1/+1
|\ \ | |/ |/|
| * migration/multifd: Remove superfluous semicolonsPhilippe Mathieu-Daudé2020-09-231-1/+1