aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2021-01-06zstd: convert to mesonPaolo Bonzini1-1/+1
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+1
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell8-236/+87
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster6-213/+74
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2-10/+4
2020-12-19migration: Refactor migrate_cap_addEric Blake1-13/+9
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-18migration: Don't allow migration if vm is in POSTMIGRATETuguoyi1-0/+6
2020-12-18savevm: Delete snapshots just created in case of errorTuguoyi1-0/+1
2020-12-18savevm: Remove dead code in save_snapshot()Tuguoyi1-8/+2
2020-12-10migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini1-25/+8
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini1-0/+4
2020-11-15migration: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-12migration: handle CANCELLING state in migration_completion()Longpeng(Mike)1-0/+2
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng1-0/+1
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng1-5/+0
2020-11-12migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun1-1/+1
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng1-6/+17
2020-11-12migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-11-11Reduce the time of checkpoint for COLORao, Lei1-1/+13
2020-11-02migration: Postpone the kick of the fault thread after recoverPeter Xu1-3/+8
2020-11-02migration: Unify reset of last_rb on destination node when recoverPeter Xu2-2/+6
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+17
2020-10-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell11-89/+208
2020-10-26Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell1-14/+12
2020-10-26migration/postcopy: Release fd before going into 'postcopy-pause'Peter Xu1-3/+3
2020-10-26migration: Sync requested pages after postcopy recoveryPeter Xu2-0/+58
2020-10-26migration: Maintain postcopy faulted addressesPeter Xu4-5/+74
2020-10-26migration: Introduce migrate_send_rp_message_req_pages()Peter Xu2-2/+10
2020-10-26migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu1-3/+5
2020-10-26migration: using trace_ to replace DPRINTFBihong Yu3-28/+34
2020-10-26migration: Delete redundant spacesBihong Yu1-1/+1
2020-10-26migration: Open brace '{' following function declarations go on the next lineBihong Yu1-1/+2
2020-10-26migration: Do not initialise statics and globals to 0 or NULLBihong Yu2-2/+2
2020-10-26migration: Add braces {} for if statementBihong Yu1-2/+4
2020-10-26migration: Open brace '{' following struct go on the same lineBihong Yu1-2/+1
2020-10-26migration: Add spaces around operatorBihong Yu5-10/+10
2020-10-26migration: Don't use '#' flag of printf formatBihong Yu2-3/+3
2020-10-26migration: Do not use C99 // commentsBihong Yu2-2/+2
2020-10-26migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell1-26/+0
2020-10-26migration/block-dirty-bitmap: fix uninitialized variable warningChen Qun1-12/+9
2020-10-26migration/block-dirty-bitmap: fix larger granularity bitmapsStefan Reiter1-2/+3
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini1-10/+0
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé1-1/+0
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+2
2020-10-13mingw: fix error __USE_MINGW_ANSI_STDIO redefinedMarc-André Lureau1-1/+2
2020-10-12migration: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé1-7/+1
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng1-2/+1
2020-10-12migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng1-4/+9