Age | Commit message (Expand) | Author | Files | Lines |
2020-08-21 | migration: Add block-bitmap-mapping parameter | Max Reitz | 3 | -54/+391 |
2020-08-21 | meson: convert migration directory to Meson | Marc-André Lureau | 2 | -18/+40 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-07-27 | migration: Fix typos in bitmap migration comments | Eric Blake | 1 | -2/+2 |
2020-07-27 | migration/savevm: don't worry if bitmap migration postcopy failed | Vladimir Sementsov-Ogievskiy | 1 | -5/+32 |
2020-07-27 | migration/block-dirty-bitmap: cancel migration on shutdown | Vladimir Sementsov-Ogievskiy | 3 | -0/+31 |
2020-07-27 | migration/block-dirty-bitmap: relax error handling in incoming part | Vladimir Sementsov-Ogievskiy | 1 | -37/+127 |
2020-07-27 | migration/block-dirty-bitmap: keep bitmap state for all bitmaps | Vladimir Sementsov-Ogievskiy | 1 | -21/+43 |
2020-07-27 | migration/block-dirty-bitmap: simplify dirty_bitmap_load_complete | Vladimir Sementsov-Ogievskiy | 1 | -21/+4 |
2020-07-27 | migration/block-dirty-bitmap: rename finish_lock to just lock | Vladimir Sementsov-Ogievskiy | 1 | -6/+6 |
2020-07-27 | migration/block-dirty-bitmap: refactor state global variables | Vladimir Sementsov-Ogievskiy | 1 | -80/+99 |
2020-07-27 | migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_init | Vladimir Sementsov-Ogievskiy | 3 | -8/+1 |
2020-07-27 | migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanup | Vladimir Sementsov-Ogievskiy | 1 | -4/+4 |
2020-07-27 | migration/block-dirty-bitmap: rename state structure types | Vladimir Sementsov-Ogievskiy | 1 | -33/+37 |
2020-07-27 | migration/block-dirty-bitmap: fix dirty_bitmap_mig_before_vm_start | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2020-07-17 | migration/block-dirty-bitmap: fix add_bitmaps_to_list | Vladimir Sementsov-Ogievskiy | 1 | -1/+5 |
2020-07-13 | migration/migration.c: Remove superfluous breaks | Liao Pingfang | 1 | -2/+0 |
2020-07-13 | migration/savevm: respect qemu_fclose() error code in save_snapshot() | Denis V. Lunev | 1 | -2/+6 |
2020-07-13 | migration: fix memory leak in qmp_migrate_set_parameters | Zheng Chuan | 1 | -2/+2 |
2020-07-10 | cpu-throttle: new module, extracted from cpus.c | Claudio Fontana | 2 | -0/+2 |
2020-07-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -28/+39 |
2020-07-03 | migration: Count new_dirty instead of real_dirty | Keqian Zhu | 1 | -3/+5 |
2020-07-03 | migration: postcopy take proper error return | Dr. David Alan Gilbert | 1 | -1/+1 |
2020-07-02 | migration/colo: Use ram_block_discard_disable() | David Hildenbrand | 2 | -3/+16 |
2020-07-02 | migration/rdma: Use ram_block_discard_disable() | David Hildenbrand | 1 | -2/+16 |
2020-07-02 | virtio-balloon: Rip out qemu_balloon_inhibit() | David Hildenbrand | 2 | -23/+7 |
2020-07-02 | migration/rdma: Plug memory leaks in qemu_rdma_registration_stop() | Markus Armbruster | 1 | -10/+9 |
2020-06-26 | osdep: Make MIN/MAX evaluate arguments only once | Eric Blake | 1 | -1/+1 |
2020-06-18 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200617a'... | Peter Maydell | 1 | -0/+6 |
2020-06-18 | migration: fix xbzrle encoding rate calculation | Wei Wang | 1 | -3/+1 |
2020-06-17 | migration: fix multifd_send_pages() next channel | Laurent Vivier | 1 | -0/+6 |
2020-06-15 | qdev: qdev_create(), qdev_try_create() are now unused, drop | Markus Armbruster | 1 | -1/+1 |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-06-01 | migration/migration.c: Fix hang in ram_save_host_page | Lukas Straub | 1 | -0/+4 |
2020-06-01 | migration/colo.c: Move colo_notify_compares_event to the right place | Lukas Straub | 1 | -6/+6 |
2020-06-01 | migration/colo.c: Relaunch failover even if there was an error | Lukas Straub | 1 | -5/+12 |
2020-06-01 | migration/colo.c: Flush ram cache only after receiving device state | Lukas Straub | 3 | -4/+3 |
2020-06-01 | migration/colo.c: Use cpu_synchronize_all_states() | Lukas Straub | 1 | -1/+1 |
2020-06-01 | migration/colo.c: Use event instead of semaphore | Lukas Straub | 2 | -6/+7 |
2020-06-01 | migration/rdma: cleanup rdma context before g_free to avoid memleaks | Pan Nengyuan | 1 | -3/+5 |
2020-06-01 | migration/rdma: fix potential nullptr access in rdma_start_incoming_migration | Pan Nengyuan | 1 | -1/+3 |
2020-05-28 | migration: forbid bitmap migration by generated node-name | Vladimir Sementsov-Ogievskiy | 1 | -0/+7 |
2020-05-28 | migration: add_bitmaps_to_list: check disk name once | Vladimir Sementsov-Ogievskiy | 1 | -6/+11 |
2020-05-28 | migration: fix bitmaps pre-blockdev migration with mirror job | Vladimir Sementsov-Ogievskiy | 1 | -1/+44 |
2020-05-28 | migration: refactor init_dirty_bitmap_migration | Vladimir Sementsov-Ogievskiy | 1 | -40/+49 |
2020-05-07 | migration/multifd: Do error_free after migrate_set_error to avoid memleaks | Pan Nengyuan | 1 | -0/+3 |
2020-05-07 | migration/multifd: fix memleaks in multifd_new_send_channel_async | Pan Nengyuan | 1 | -0/+2 |
2020-05-07 | migration/xbzrle: add encoding rate | Wei Wang | 2 | -2/+38 |
2020-05-07 | migration/rdma: fix a memleak on error path in rdma_start_incoming_migration | Pan Nengyuan | 1 | -0/+1 |
2020-05-07 | migration/ram: Consolidate variable reset after placement in ram_load_postcopy() | David Hildenbrand | 1 | -5/+5 |