summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* zstd: convert to mesonPaolo Bonzini2021-01-061-1/+1
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-011-0/+1
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell2021-01-018-236/+87Star
|\ \
| * | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-196-213/+74Star
| * | qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-192-10/+4Star
| * | migration: Refactor migrate_cap_addEric Blake2020-12-191-13/+9Star
| |/
* | migration: Don't allow migration if vm is in POSTMIGRATETuguoyi2020-12-181-0/+6
* | savevm: Delete snapshots just created in case of errorTuguoyi2020-12-181-0/+1
* | savevm: Remove dead code in save_snapshot()Tuguoyi2020-12-181-8/+2Star
|/
* 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
|/