aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu
2020-07-03migration: postcopy take proper error returnDr. David Alan Gilbert
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand
2020-07-02migration/rdma: Use ram_block_discard_disable()David Hildenbrand
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand
2020-07-02migration/rdma: Plug memory leaks in qemu_rdma_registration_stop()Markus Armbruster
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-06-18Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200617a'...Peter Maydell
2020-06-18migration: fix xbzrle encoding rate calculationWei Wang
2020-06-17migration: fix multifd_send_pages() next channelLaurent Vivier
2020-06-15qdev: qdev_create(), qdev_try_create() are now unused, dropMarkus Armbruster
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-01migration/migration.c: Fix hang in ram_save_host_pageLukas Straub
2020-06-01migration/colo.c: Move colo_notify_compares_event to the right placeLukas Straub
2020-06-01migration/colo.c: Relaunch failover even if there was an errorLukas Straub
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub
2020-06-01migration/colo.c: Use cpu_synchronize_all_states()Lukas Straub
2020-06-01migration/colo.c: Use event instead of semaphoreLukas Straub
2020-06-01migration/rdma: cleanup rdma context before g_free to avoid memleaksPan Nengyuan
2020-06-01migration/rdma: fix potential nullptr access in rdma_start_incoming_migrationPan Nengyuan
2020-05-28migration: forbid bitmap migration by generated node-nameVladimir Sementsov-Ogievskiy
2020-05-28migration: add_bitmaps_to_list: check disk name onceVladimir Sementsov-Ogievskiy
2020-05-28migration: fix bitmaps pre-blockdev migration with mirror jobVladimir Sementsov-Ogievskiy
2020-05-28migration: refactor init_dirty_bitmap_migrationVladimir Sementsov-Ogievskiy
2020-05-07migration/multifd: Do error_free after migrate_set_error to avoid memleaksPan Nengyuan
2020-05-07migration/multifd: fix memleaks in multifd_new_send_channel_asyncPan Nengyuan
2020-05-07migration/xbzrle: add encoding rateWei Wang
2020-05-07migration/rdma: fix a memleak on error path in rdma_start_incoming_migrationPan Nengyuan
2020-05-07migration/ram: Consolidate variable reset after placement in ram_load_postcopy()David Hildenbrand
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu
2020-05-07migration/colo: Add missing error-propagation codePhilippe Mathieu-Daudé
2020-05-07migration: move the units of migrate parameters from milliseconds to msMao Zhongyi
2020-05-07migration/migration: improve error reporting for migrate parametersMao Zhongyi
2020-05-07migration: fix bad indentation in error_report()Mao Zhongyi
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-05-04Compress lines for immediate returnSimran Singhal
2020-04-29migration/colo: Fix qmp_xen_colo_do_checkpoint() error handlingMarkus Armbruster
2020-04-02migration: fix cleanup_bh leak on resumeMarc-André Lureau
2020-03-25migration: use "" instead of (null) for tls-authzMao Zhongyi
2020-03-25migration/ram: fix use after free of local_errVladimir Sementsov-Ogievskiy
2020-03-25migration/colo: fix use after free of local_errVladimir Sementsov-Ogievskiy
2020-03-25xbzrle: update xbzrle docMao Zhongyi
2020-03-13migration: recognize COLO as part of activating processzhanghailiang
2020-03-13ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang
2020-03-13COLO: Optimize memory back-up processzhanghailiang
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu
2020-02-28savevm: Don't call colo_init_ram_cache twicezhanghailiang
2020-02-28migration/colo: wrap incoming checkpoint process into new helperzhanghailiang