| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell | 2021-03-11 | 1 | -1/+1 |
|\ |
|
| * | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 2021-03-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st... | Peter Maydell | 2021-03-11 | 10 | -111/+103 |
|\ \ |
|
| * | | block/qcow2: refactor qcow2_update_options_prepare error paths | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 1 | -3/+8 |
| * | | block/qed: bdrv_qed_do_open: deal with errp | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 1 | -9/+15 |
| * | | block/qcow2: simplify qcow2_co_invalidate_cache() | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 1 | -9/+4 |
| * | | block/qcow2: read_cache_sizes: return status value | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 1 | -10/+9 |
| * | | block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 2 | -8/+7 |
| * | | block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 3 | -16/+19 |
| * | | block/qcow2: qcow2_get_specific_info(): drop error propagation | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 3 | -21/+19 |
| * | | block/mirror: drop extra error propagation in commit_active_start() | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 1 | -7/+5 |
| * | | block: check return value of bdrv_open_child and drop error propagation | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 6 | -28/+17 |
| |/ |
|
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2021-03-09 | 9 | -49/+477 |
|\ \
| |/
|/| |
|
| * | parallels: support bitmap extension for read-only mode | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 4 | -2/+325 |
| * | block/parallels: BDRVParallelsState: add cluster_size field | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 2 | -4/+5 |
| * | qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public | Vladimir Sementsov-Ogievskiy | 2021-03-08 | 2 | -14/+15 |
| * | block/export: port virtio-blk read/write range check | Stefan Hajnoczi | 2021-03-08 | 1 | -3/+16 |
| * | block/export: port virtio-blk discard/write zeroes input validation | Stefan Hajnoczi | 2021-03-08 | 1 | -23/+93 |
| * | block/export: fix vhost-user-blk export sector number calculation | Stefan Hajnoczi | 2021-03-08 | 1 | -1/+1 |
| * | block/export: use VIRTIO_BLK_SECTOR_BITS | Stefan Hajnoczi | 2021-03-08 | 1 | -3/+12 |
| * | block/export: fix blk_size double byteswap | Stefan Hajnoczi | 2021-03-08 | 1 | -1/+1 |
| * | backup-top: Refuse I/O in inactive state | Max Reitz | 2021-03-08 | 1 | -0/+10 |
| * | backup: Remove nodes from job in .clean() | Max Reitz | 2021-03-08 | 1 | -0/+1 |
* | | qemu-config: add error propagation to qemu_config_parse | Paolo Bonzini | 2021-03-06 | 1 | -2/+1 |
|/ |
|
* | block: qcow2: remove the created file on initialization error | Maxim Levitsky | 2021-02-15 | 1 | -3/+5 |
* | block: add bdrv_co_delete_file_noerr | Maxim Levitsky | 2021-02-15 | 1 | -13/+2 |
* | crypto: luks: Fix tiny memory leak | Maxim Levitsky | 2021-02-15 | 1 | -0/+2 |
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-02-12' int... | Peter Maydell | 2021-02-13 | 3 | -20/+15 |
|\ |
|
| * | block: use return status of bdrv_append() | Vladimir Sementsov-Ogievskiy | 2021-02-12 | 3 | -20/+15 |
* | | block/backup: implement .cancel job handler | Vladimir Sementsov-Ogievskiy | 2021-02-12 | 1 | -0/+10 |
* | | block/mirror: implement .cancel job handler | Vladimir Sementsov-Ogievskiy | 2021-02-12 | 1 | -0/+9 |
* | | block/raw-format: implement .bdrv_cancel_in_flight handler | Vladimir Sementsov-Ogievskiy | 2021-02-12 | 1 | -0/+6 |
* | | block/nbd: implement .bdrv_cancel_in_flight | Vladimir Sementsov-Ogievskiy | 2021-02-12 | 1 | -0/+15 |
* | | block: add new BlockDriver handler: bdrv_cancel_in_flight | Vladimir Sementsov-Ogievskiy | 2021-02-12 | 1 | -0/+11 |
|/ |
|
* | block: rename and alter bdrv_all_find_snapshot semantics | Daniel P. Berrangé | 2021-02-08 | 2 | -8/+13 |
* | block: allow specifying name of block device for vmstate storage | Daniel P. Berrangé | 2021-02-08 | 2 | -4/+24 |
* | block: add ability to specify list of blockdevs during snapshot | Daniel P. Berrangé | 2021-02-08 | 2 | -45/+131 |
* | block: push error reporting into bdrv_all_*_snapshot functions | Daniel P. Berrangé | 2021-02-08 | 2 | -41/+43 |
* | block/nbd: only enter connection coroutine if it's present | Roman Kagan | 2021-02-03 | 1 | -7/+9 |
* | block/nbd: only detach existing iochannel from aio_context | Roman Kagan | 2021-02-03 | 1 | -1/+8 |
* | block/io: use int64_t bytes in copy_range | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 2 | -13/+13 |
* | block/io: support int64_t bytes in read/write wrappers | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 3 | -9/+10 |
* | block/io: support int64_t bytes in bdrv_co_p{read,write}v_part() | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 2 | -8/+10 |
* | block/io: support int64_t bytes in bdrv_aligned_preadv() | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -4/+5 |
* | block/io: support int64_t bytes in bdrv_co_do_copy_on_readv() | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 2 | -4/+6 |
* | block/io: support int64_t bytes in bdrv_aligned_pwritev() | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -8/+13 |
* | block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes() | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -3/+5 |
* | block/io: use int64_t bytes in driver wrappers | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -4/+8 |
* | block: use int64_t as bytes type in tracked requests | Eric Blake | 2021-02-03 | 1 | -5/+9 |
* | block/io: improve bdrv_check_request: check qiov too | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -7/+39 |