Age | Commit message (Expand) | Author | Files | Lines |
2019-09-03 | multifd: Use number of channels as listen backlog | Juan Quintela | 1 | -1/+6 |
2019-09-03 | socket: Add num connections to qio_net_listener_open_sync() | Juan Quintela | 1 | -1/+1 |
2019-08-20 | memory: fix race between TCG and accesses to dirty bitmap | Paolo Bonzini | 1 | -0/+1 |
2019-08-16 | qapi: implement block-dirty-bitmap-remove transaction action | John Snow | 1 | -1/+1 |
2019-08-16 | block/dirty-bitmap: add bdrv_dirty_bitmap_get | John Snow | 1 | -3/+2 |
2019-08-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell | 12 | -5/+19 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 5 | -2/+5 |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster | 3 | -0/+3 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 2 | -1/+2 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 4 | -0/+4 |
2019-08-16 | Include exec/memory.h slightly less | Markus Armbruster | 4 | -0/+4 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Clean up inclusion of exec/cpu-common.h | Markus Armbruster | 4 | -3/+1 |
2019-08-14 | migration: add some multifd traces | Juan Quintela | 2 | -0/+7 |
2019-08-14 | migration: Make global sem_sync semaphore by channel | Juan Quintela | 1 | -7/+7 |
2019-08-14 | migration: Add traces for multifd terminate threads | Juan Quintela | 2 | -0/+6 |
2019-08-14 | qemu-file: move qemu_{get,put}_counted_string() declarations | Marc-André Lureau | 1 | -4/+0 |
2019-08-14 | migration/postcopy: use mis->bh instead of allocating a QEMUBH | Wei Yang | 1 | -13/+4 |
2019-08-14 | migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap | Wei Yang | 1 | -3/+3 |
2019-08-14 | migration: update ram_counters for multifd sync packet | Ivan Ren | 1 | -0/+2 |
2019-08-14 | migration: add speed limit for multifd migration | Ivan Ren | 1 | -10/+12 |
2019-08-14 | migration: add qemu_file_update_transfer interface | Ivan Ren | 2 | -0/+6 |
2019-08-14 | migration: always initialise ram_counters for a new migration | Ivan Ren | 2 | -6/+20 |
2019-08-14 | migration: remove unused field bytes_xfer | Wei Yang | 2 | -2/+0 |
2019-08-14 | migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset | Wei Yang | 1 | -5/+2 |
2019-08-14 | migration/postcopy: simplify calculation of run_start and fixup_start_addr | Wei Yang | 1 | -27/+7 |
2019-08-14 | migration/postcopy: make PostcopyDiscardState a static variable | Wei Yang | 3 | -67/+46 |
2019-08-14 | migration: extract ram_load_precopy | Wei Yang | 1 | -27/+46 |
2019-08-14 | migration: return -EINVAL directly when version_id mismatch | Wei Yang | 1 | -1/+1 |
2019-08-14 | migration: equation is more proper than and to check LOADVM_QUIT | Wei Yang | 1 | -1/+1 |
2019-08-14 | migration: just pass RAMBlock is enough | Wei Yang | 1 | -5/+4 |
2019-08-14 | migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE | Wei Yang | 1 | -3/+3 |
2019-08-14 | migration/postcopy: start_postcopy could be true only when migrate_postcopy()... | Wei Yang | 1 | -2/+1 |
2019-08-14 | migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad... | Wei Yang | 1 | -2/+0 |
2019-08-14 | migration/savevm: move non SaveStateEntry condition check out of iteration | Wei Yang | 1 | -7/+6 |
2019-08-14 | migration/savevm: split qemu_savevm_state_complete_precopy() into two parts | Wei Yang | 1 | -17/+49 |
2019-08-14 | migration/savevm: flush file for iterable_only case | Wei Yang | 1 | -1/+2 |
2019-08-14 | migration/postcopy: do_fixup is true when host_offset is non-zero | Wei Yang | 1 | -4/+1 |
2019-08-14 | migration/postcopy: reduce one operation to calculate fixup_start_addr | Wei Yang | 1 | -4/+6 |
2019-08-14 | migration/postcopy: discard_length must not be 0 | Wei Yang | 1 | -3/+1 |
2019-08-14 | migration/postcopy: break the loop when there is no more page to discard | Wei Yang | 1 | -13/+13 |
2019-08-14 | migration/postcopy: the valid condition is one less then end | Wei Yang | 1 | -1/+1 |
2019-08-14 | migration: consolidate time info into populate_time_info | Wei Yang | 1 | -18/+22 |
2019-08-14 | migration: Add error_desc for file channel errors | Yury Kotov | 5 | -36/+88 |
2019-07-24 | migration: fix migrate_cancel multifd migration leads destination hung forever | Ivan Ren | 1 | -0/+5 |
2019-07-24 | migration: Make explicit that we are quitting multifd | Juan Quintela | 1 | -0/+9 |
2019-07-24 | migration: fix migrate_cancel leads live_migration thread hung forever | Ivan Ren | 1 | -2/+14 |
2019-07-24 | migration: fix migrate_cancel leads live_migration thread endless loop | Ivan Ren | 1 | -7/+29 |
2019-07-15 | migration: always initial RAMBlock.bmap to 1 for new migration | Ivan Ren | 1 | -7/+8 |
2019-07-15 | migration/postcopy: remove redundant cpu_synchronize_all_post_init | Wei Yang | 1 | -1/+0 |