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