Age | Commit message (Expand) | Author |
2020-02-28 | migration/block: rename BLOCK_SIZE macro | Stefan Hajnoczi |
2019-10-17 | block/dirty-bitmap: add bs link | Vladimir Sementsov-Ogievskiy |
2019-09-16 | block: Remove unused masks | Nir Soffer |
2019-09-12 | migration: register_savevm_live doesn't need dev | Dr. David Alan Gilbert |
2019-08-16 | block/dirty-bitmap: add bdrv_dirty_bitmap_get | John Snow |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-06-04 | block: Add BlockBackend.ctx | Kevin Wolf |
2019-02-22 | migration/block: use qemu_iovec_init_buf | Vladimir Sementsov-Ogievskiy |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2018-03-23 | migration/block: compare only read blocks against the rate limiter | Peter Lieven |
2018-03-23 | migration/block: limit the number of parallel I/O requests | Peter Lieven |
2018-03-13 | migration: introduce postcopy-only pending | Vladimir Sementsov-Ogievskiy |
2018-03-09 | migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERS | Peter Lieven |
2018-03-09 | migration/block: reset dirty bitmap before read in bulk phase | Peter Lieven |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2017-12-18 | Remove empty statements | Ladi Prosek |
2017-11-17 | block: Make bdrv_next() keep strong references | Max Reitz |
2017-10-06 | dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes | Eric Blake |
2017-10-06 | dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes | Eric Blake |
2017-10-06 | dirty-bitmap: Change bdrv_get_dirty_count() to report bytes | Eric Blake |
2017-09-27 | migration: disable auto-converge during bulk block migration | Peter Lieven |
2017-07-10 | migration: Rename cleanup() to save_cleanup() | Juan Quintela |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake |
2017-06-16 | block: protect modification of dirty bitmaps with a mutex | Paolo Bonzini |
2017-06-16 | migration/block: reset dirty bitmap before reading | Paolo Bonzini |
2017-06-16 | block: introduce dirty_bitmap_mutex | Paolo Bonzini |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela |
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela |
2017-06-09 | migration/block: Clean up BBs in block_save_complete() | Kevin Wolf |
2017-06-01 | migration: Move include/migration/block.h into migration/ | Juan Quintela |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela |
2017-05-18 | migration: Remove vmstate.h from migration.h | Juan Quintela |
2017-05-18 | migration: Remove qemu-file.h from vmstate.h | Juan Quintela |
2017-05-18 | migration: Remove use of old MigrationParams | Juan Quintela |
2017-04-21 | migration/block: use blk_pwrite_zeroes for each zero cluster | Lidong Chen |
2017-03-16 | migration/block: Avoid invoking blk_drain too frequently | Lidong Chen |
2017-03-13 | migration: Document handling of bdrv_is_allocated() errors | Eric Blake |
2017-02-28 | migration/block: Use real permissions | Kevin Wolf |
2017-02-28 | block: Add error parameter to blk_insert_bs() | Kevin Wolf |
2017-02-28 | block: Add permissions to blk_new() | Kevin Wolf |
2016-06-08 | migration/block: Convert saving to BlockBackend | Kevin Wolf |
2016-06-08 | migration/block: Convert load to BlockBackend | Kevin Wolf |
2016-06-08 | block: Switch bdrv_write_zeroes() to byte interface | Eric Blake |
2016-05-25 | block: Fix bdrv_next() memory leak | Kevin Wolf |
2016-05-19 | block: Avoid bs->blk in bdrv_next() | Kevin Wolf |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-25 | block-migration: acquire AioContext as necessary | Paolo Bonzini |