aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2020-11-15migration: Fix Lesser GPL version numberChetan Pant
2020-11-12migration: handle CANCELLING state in migration_completion()Longpeng(Mike)
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng
2020-11-12migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng
2020-11-12migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé
2020-11-11Reduce the time of checkpoint for COLORao, Lei
2020-11-02migration: Postpone the kick of the fault thread after recoverPeter Xu
2020-11-02migration: Unify reset of last_rb on destination node when recoverPeter Xu
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede
2020-10-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell
2020-10-26Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell
2020-10-26migration/postcopy: Release fd before going into 'postcopy-pause'Peter Xu
2020-10-26migration: Sync requested pages after postcopy recoveryPeter Xu
2020-10-26migration: Maintain postcopy faulted addressesPeter Xu
2020-10-26migration: Introduce migrate_send_rp_message_req_pages()Peter Xu
2020-10-26migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu
2020-10-26migration: using trace_ to replace DPRINTFBihong Yu
2020-10-26migration: Delete redundant spacesBihong Yu
2020-10-26migration: Open brace '{' following function declarations go on the next lineBihong Yu
2020-10-26migration: Do not initialise statics and globals to 0 or NULLBihong Yu
2020-10-26migration: Add braces {} for if statementBihong Yu
2020-10-26migration: Open brace '{' following struct go on the same lineBihong Yu
2020-10-26migration: Add spaces around operatorBihong Yu
2020-10-26migration: Don't use '#' flag of printf formatBihong Yu
2020-10-26migration: Do not use C99 // commentsBihong Yu
2020-10-26migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell
2020-10-26migration/block-dirty-bitmap: fix uninitialized variable warningChen Qun
2020-10-26migration/block-dirty-bitmap: fix larger granularity bitmapsStefan Reiter
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-10-13mingw: fix error __USE_MINGW_ANSI_STDIO redefinedMarc-André Lureau
2020-10-12migration: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng
2020-10-12migration/dirtyrate: record start_time and calc_time while at the measuring s...Chuan Zheng
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk
2020-10-02migration: Silence compiler warning in global_state_store_running()Thomas Huth
2020-09-29Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200928a'...Peter Maydell
2020-09-28Revert "migration: Properly destroy variables on incoming side"Dr. David Alan Gilbert
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-25migration/tls: add trace points for multifd-tlsChuan Zheng
2020-09-25migration/tls: add support for multifd tls-handshakeChuan Zheng
2020-09-25migration/tls: extract cleanup function for common-useChuan Zheng
2020-09-25migration/tls: add tls_hostname into MultiFDSendParamsChuan Zheng