148 Commits (ec0d1849d990ae25017c7b611a4385f4ec2cc874)

Author SHA1 Message Date
Peter Maydell 5df022cf2e osdep: Move memalign-related functions to their own header 4 years ago
Emanuele Giuseppe Esposito b4ad82aab1 assertions for block_int global state API 4 years ago
Emanuele Giuseppe Esposito f791bf7f93 assertions for block global state API 4 years ago
Vladimir Sementsov-Ogievskiy 64631f3681 block: drop BLK_PERM_GRAPH_MOD 5 years ago
Vladimir Sementsov-Ogievskiy f7ef38dd13 block: use int64_t instead of uint64_t in driver read handlers 5 years ago
Vladimir Sementsov-Ogievskiy 7170170866 block/commit: use QEMU_AUTO_VFREE 5 years ago
Vladimir Sementsov-Ogievskiy 307261b243 block: consistently use bdrv_is_read_only() 5 years ago
Vladimir Sementsov-Ogievskiy ae9d441706 block: bdrv_append(): don't consume reference 5 years ago
Vladimir Sementsov-Ogievskiy 934aee14d3 block: use return status of bdrv_append() 5 years ago
Eric Blake a92b1b065e block: Return depth level during bdrv_is_allocated_above 6 years ago
Max Reitz 549ec0d978 block: Inline bdrv_co_block_status_from_*() 7 years ago
Max Reitz 9a71b9de3f commit: Deal with filters 7 years ago
Max Reitz e5d8a40685 block: Drop @child_class from bdrv_child_perm() 6 years ago
Max Reitz bf8e925eb5 block: Pass BdrvChildRole to bdrv_child_perm() 6 years ago
Max Reitz bd86fb990c block: Rename BdrvChildRole to BdrvChildClass 6 years ago
Max Reitz 6540fd153c block: Mark commit, mirror, blkreplay as filters 6 years ago
Max Reitz 2d97fde439 block: Use blk_make_empty() after commits 6 years ago
Kevin Wolf 8c6242b6f3 block-backend: Add flags to blk_truncate() 6 years ago
Kevin Wolf 9ad1e79f3f commit: Fix is_read for block_job_error_action() 6 years ago
Kevin Wolf 0c42e175fc commit: Inline commit_populate() 6 years ago
Kevin Wolf c5507b4d55 commit: Fix argument order for block_job_error_action() 6 years ago
Kevin Wolf d71e65ec1d commit: Remove unused bytes_written 6 years ago
Max Reitz c80d8b06cf block: Add @exact parameter to bdrv_co_truncate() 7 years ago
Vladimir Sementsov-Ogievskiy bb0c940993 job: drop job_drain 7 years ago
Kevin Wolf cf3129323f block-backend: Queue requests while drained 7 years ago
Max Reitz e5182c1c57 block: Add BDS.never_freeze 7 years ago
Andrey Shinkevich 170d3bd341 block: include base when checking image chain for block allocation 7 years ago
Max Reitz a193ad3b3b block/commit: Drop bdrv_child_try_set_perm() 7 years ago
Kevin Wolf d0ee0204f4 block: Remove wrong bdrv_set_aio_context() calls 7 years ago
Kevin Wolf d861ab3acf block: Add BlockBackend.ctx 7 years ago
Alberto Garcia 6a63419980 commit: Use bdrv_append() in commit_start() 7 years ago
Alberto Garcia 065abf9f2b commit: Make base read-only if there is an early failure 7 years ago
Vladimir Sementsov-Ogievskiy 08b6261f34 block/commit: use buffer-based io 7 years ago
Alberto Garcia df827336ab block: Freeze the backing chain for the duration of the commit job 7 years ago
Max Reitz 998b3a1e5a block: Purify .bdrv_refresh_filename() 7 years ago
Max Reitz e24518e303 block: Use children list in bdrv_refresh_filename 7 years ago
Alberto Garcia 2468eed3be commit: Replace commit_top_bs on failure after deleting the block job 7 years ago
Vladimir Sementsov-Ogievskiy ee7a883ace block/commit: use QEMU_IOVEC_INIT_BUF 7 years ago
Alberto Garcia c742a3643f block: Use bdrv_reopen_set_read_only() in bdrv_commit() 8 years ago
Alberto Garcia e70cdc57da block: Use bdrv_reopen_set_read_only() in commit_start/complete() 8 years ago
John Snow 22dffcbec6 block/commit: refactor commit to use job callbacks 8 years ago
John Snow 5360782d08 block/commit: add block job creation flags 8 years ago
John Snow f369b48dc4 block/commit: utilize job_exit shim 8 years ago
John Snow 3d1f8b07a4 jobs: canonize Error object 8 years ago
John Snow f67432a201 jobs: change start callback to run callback 8 years ago
Vladimir Sementsov-Ogievskiy f66b1f0e27 block: drop empty .bdrv_close handlers 8 years ago
Kevin Wolf 1266c9b9f5 job: Add error message for failing jobs 8 years ago
Kevin Wolf 30a5c887bf job: Move progress fields to Job 8 years ago
Kevin Wolf 3d70ff53b6 job: Move completion and cancellation to Job 8 years ago
Kevin Wolf 6a74c075ac job: Move job_finish_sync() to Job 8 years ago