Age | Commit message (Expand) | Author |
2019-09-16 | block: Remove unused masks | Nir Soffer |
2019-09-12 | migration: fix one typo in comment of function migration_total_bytes() | Wei Yang |
2019-09-12 | migration/qemu-file: fix potential buf waste for extra buf_index adjustment | Wei Yang |
2019-09-12 | migration/qemu-file: remove check on writev_buffer in qemu_put_compression_data | Wei Yang |
2019-09-12 | migration: Fix postcopy bw for recovery | Peter Xu |
2019-09-12 | migration: Add validate-uuid capability | Yury Kotov |
2019-09-12 | qemu-file: Rework old qemu_fflush comment | Dr. David Alan Gilbert |
2019-09-12 | migration: register_savevm_live doesn't need dev | Dr. David Alan Gilbert |
2019-09-12 | migration: cleanup check on ops in savevm.handlers iterations | Wei Yang |
2019-09-12 | migration: multifd_send_thread always post p->sem_sync when error happen | Ivan Ren |
2019-09-03 | multifd: Use number of channels as listen backlog | Juan Quintela |
2019-09-03 | socket: Add num connections to qio_net_listener_open_sync() | Juan Quintela |
2019-08-20 | memory: fix race between TCG and accesses to dirty bitmap | Paolo Bonzini |
2019-08-16 | qapi: implement block-dirty-bitmap-remove transaction action | John Snow |
2019-08-16 | block/dirty-bitmap: add bdrv_dirty_bitmap_get | John Snow |
2019-08-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include exec/memory.h slightly less | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Clean up inclusion of exec/cpu-common.h | Markus Armbruster |
2019-08-14 | migration: add some multifd traces | Juan Quintela |
2019-08-14 | migration: Make global sem_sync semaphore by channel | Juan Quintela |
2019-08-14 | migration: Add traces for multifd terminate threads | Juan Quintela |
2019-08-14 | qemu-file: move qemu_{get,put}_counted_string() declarations | Marc-André Lureau |
2019-08-14 | migration/postcopy: use mis->bh instead of allocating a QEMUBH | Wei Yang |
2019-08-14 | migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap | Wei Yang |
2019-08-14 | migration: update ram_counters for multifd sync packet | Ivan Ren |
2019-08-14 | migration: add speed limit for multifd migration | Ivan Ren |
2019-08-14 | migration: add qemu_file_update_transfer interface | Ivan Ren |
2019-08-14 | migration: always initialise ram_counters for a new migration | Ivan Ren |
2019-08-14 | migration: remove unused field bytes_xfer | Wei Yang |
2019-08-14 | migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset | Wei Yang |
2019-08-14 | migration/postcopy: simplify calculation of run_start and fixup_start_addr | Wei Yang |
2019-08-14 | migration/postcopy: make PostcopyDiscardState a static variable | Wei Yang |
2019-08-14 | migration: extract ram_load_precopy | Wei Yang |
2019-08-14 | migration: return -EINVAL directly when version_id mismatch | Wei Yang |
2019-08-14 | migration: equation is more proper than and to check LOADVM_QUIT | Wei Yang |
2019-08-14 | migration: just pass RAMBlock is enough | Wei Yang |
2019-08-14 | migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE | Wei Yang |
2019-08-14 | migration/postcopy: start_postcopy could be true only when migrate_postcopy()... | Wei Yang |
2019-08-14 | migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad... | Wei Yang |
2019-08-14 | migration/savevm: move non SaveStateEntry condition check out of iteration | Wei Yang |
2019-08-14 | migration/savevm: split qemu_savevm_state_complete_precopy() into two parts | Wei Yang |
2019-08-14 | migration/savevm: flush file for iterable_only case | Wei Yang |
2019-08-14 | migration/postcopy: do_fixup is true when host_offset is non-zero | Wei Yang |
2019-08-14 | migration/postcopy: reduce one operation to calculate fixup_start_addr | Wei Yang |
2019-08-14 | migration/postcopy: discard_length must not be 0 | Wei Yang |