aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-25migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZEChuan Zheng2-0/+26
2020-09-25migration/dirtyrate: Compare page hash results for recorded sampled pageChuan Zheng1-0/+63
2020-09-25migration/dirtyrate: Record hash results for each sampled pageChuan Zheng1-0/+109
2020-09-25migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng3-10/+12
2020-09-25migration/dirtyrate: Add dirtyrate statistics series functionsChuan Zheng2-0/+44
2020-09-25migration/dirtyrate: Add RamblockDirtyInfo to store sampled page infoChuan Zheng1-0/+18
2020-09-25migration/dirtyrate: add DirtyRateStatus to denote calculation statusChuan Zheng1-0/+26
2020-09-25migration/dirtyrate: setup up query-dirtyrate framworkChuan Zheng3-1/+67
2020-09-25migration: Rework migrate_send_rp_req_pages() functionPeter Xu3-32/+22
2020-09-25migration: Properly destroy variables on incoming sidePeter Xu1-2/+5
2020-09-23migration/multifd: Remove superfluous semicolonsPhilippe Mathieu-Daudé1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi5-49/+49
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell8-18/+18
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-17migration/: fix some comment spelling errorszhaolichang8-18/+18
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-11/+10
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-7/+1
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-17/+19
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-8/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-3/+6
2020-09-07block: Use bdrv_filter_(bs|child) where obviousMax Reitz1-7/+1
2020-08-28migration: tls: fix memory leak in migration_tls_get_credsZhenyu Ye1-1/+0
2020-08-28migration: improve error reporting of block driver state nameDaniel P. Berrangé1-6/+6