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