aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell2-9/+3
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster2-9/+3
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-2/+2
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk1-6/+6
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk1-0/+5
2020-10-02migration: Silence compiler warning in global_state_store_running()Thomas Huth1-2/+2
2020-09-29Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200928a'...Peter Maydell1-5/+2
2020-09-28Revert "migration: Properly destroy variables on incoming side"Dr. David Alan Gilbert1-5/+2
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+1
2020-09-25migration/tls: add trace points for multifd-tlsChuan Zheng2-1/+13
2020-09-25migration/tls: add support for multifd tls-handshakeChuan Zheng1-2/+75
2020-09-25migration/tls: extract cleanup function for common-useChuan Zheng1-12/+22
2020-09-25migration/tls: add tls_hostname into MultiFDSendParamsChuan Zheng2-0/+7
2020-09-25migration/tls: extract migration_tls_client_create for common-useChuan Zheng2-8/+24
2020-09-25migration/tls: save hostname into MigrationStateChuan Zheng4-0/+9
2020-09-25migration: increase max-bandwidth to 128 MiB/s (1 Gib/s)Laurent Vivier1-1/+1
2020-09-25migration: Truncate state file in xen-save-devices-stateDov Murik1-1/+2
2020-09-25migration/dirtyrate: Add trace_calls to make it easier to debugChuan Zheng2-0/+17
2020-09-25migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...Chuan Zheng1-0/+62
2020-09-25migration/dirtyrate: Implement calculate_dirtyrate() functionChuan Zheng1-2/+43
2020-09-25migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_...Chuan Zheng2-0/+30