- 0af02bd block: use bdrv_co_getlength in coroutine context by Paolo Bonzini · 1 year, 8 months ago
- 029136f parallels: Incorrect condition in out-of-image check by Alexander Ivanov · 1 year, 9 months ago
- c0fc051 parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD by Alexander Ivanov · 1 year, 9 months ago
- 7e259e2 parallels: Move statistic collection to a separate function by Alexander Ivanov · 1 year, 9 months ago
- 09a21ed parallels: Move check of leaks to a separate function by Alexander Ivanov · 1 year, 9 months ago
- 9616f7a parallels: Fix statistics calculation by Alexander Ivanov · 1 year, 9 months ago
- 6d416e5 parallels: Move check of cluster outside image to a separate function by Alexander Ivanov · 1 year, 9 months ago
- 96de69c parallels: Move check of unclean image to a separate function by Alexander Ivanov · 1 year, 9 months ago
- 3569cb7 parallels: Use generic infrastructure for BAT writing in parallels_co_check() by Alexander Ivanov · 1 year, 9 months ago
- b64b29b parallels: create parallels_set_bat_entry_helper() to assign BAT value by Alexander Ivanov · 1 year, 9 months ago
- 679749c parallels: Fix image_end_offset and data_end after out-of-image check by Alexander Ivanov · 1 year, 9 months ago
- ab2d739 parallels: Fix high_off calculation in parallels_co_check() by Alexander Ivanov · 1 year, 9 months ago
- f5e715d parallels: Out of image offset in BAT leads to image inflation by Alexander Ivanov · 1 year, 9 months ago
- 4db7ba3 block: Call .bdrv_co_create(_opts) unlocked by Kevin Wolf · 1 year, 9 months ago
- b2ab5f5 block: bdrv/blk_co_unref() for calls in coroutine context by Kevin Wolf · 1 year, 9 months ago
- 4ec8df0 block: Mark bdrv_co_create() and callers GRAPH_RDLOCK by Kevin Wolf · 2 years ago
- b9b10c3 block: Mark public read/write functions GRAPH_RDLOCK by Kevin Wolf · 2 years ago
- 7b1fb72 block: Mark read/write in block/io.c GRAPH_RDLOCK by Kevin Wolf · 2 years ago
- c2b8e31 block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK by Kevin Wolf · 2 years ago
- 48a4e92 parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper by Kevin Wolf · 2 years ago
- 2475a0d block: bdrv_create_file is a coroutine_fn by Emanuele Giuseppe Esposito · 2 years, 2 months ago
- d5ab949 Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Stefan Hajnoczi · 2 years, 3 months ago
- 50688be parallels: switch to *_co_* functions by Alberto Faria · 2 years, 3 months ago
- 8393078 block: introduce bdrv_open_file_child() helper by Vladimir Sementsov-Ogievskiy · 2 years, 6 months ago
- e8b6535 block: add BDRV_REQ_REGISTERED_BUF request flag by Stefan Hajnoczi · 2 years, 3 months ago
- 7644d2d parallels: add missing coroutine_fn annotations by Paolo Bonzini · 2 years, 4 months ago
- eba088f block/parallels: Fix buffer-based write call by Hanna Reitz · 2 years, 6 months ago
- a9262f5 block: Change blk_{pread,pwrite}() param order by Alberto Faria · 2 years, 7 months ago
- a8f0e83 block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn by Alberto Faria · 2 years, 8 months ago
- 32cc71d block: Change bdrv_{pread,pwrite,pwrite_sync}() param order by Alberto Faria · 2 years, 8 months ago
- 53fb784 block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() by Alberto Faria · 2 years, 8 months ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 2 years, 10 months ago
- 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 2 years, 11 months ago
- a94750d block: introduce bdrv_activate by Emanuele Giuseppe Esposito · 3 years ago
- baefd97 parallels: support bitmap extension for read-only mode by Vladimir Sementsov-Ogievskiy · 4 years ago
- e0b5207 block/parallels: BDRVParallelsState: add cluster_size field by Vladimir Sementsov-Ogievskiy · 4 years ago
- 386f6c0 error: Avoid error_propagate() after migrate_add_blocker() by Markus Armbruster · 4 years, 7 months ago
- b11a093 qapi: Smooth another visitor error checking pattern by Markus Armbruster · 4 years, 7 months ago
- 4bc6d7e block/parallels: Simplify parallels_open() after previous commit by Markus Armbruster · 4 years, 7 months ago
- a5f9b9d error: Reduce unnecessary error propagation by Markus Armbruster · 4 years, 7 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 7 months ago
- 235e59c qemu-option: Use returned bool to check for failure by Markus Armbruster · 4 years, 7 months ago
- c6ecec4 qemu-option: Check return value instead of @err where convenient by Markus Armbruster · 4 years, 7 months ago
- 69dca43 block: Use bdrv_default_perms() by Max Reitz · 4 years, 9 months ago
- 8b1869d block: Make format drivers use child_of_bds by Max Reitz · 4 years, 9 months ago
- 258b776 block: Add BdrvChildRole to BdrvChild by Max Reitz · 4 years, 9 months ago
- d67066d block: Add BlockDriver.is_format by Max Reitz · 4 years, 9 months ago
- bda4cdc parallels: Rework truncation logic by Eric Blake · 4 years, 9 months ago
- a3aeeab block: Add blk_new_with_bs() helper by Eric Blake · 4 years, 9 months ago
- 7b8e485 block: Add flags to bdrv(_co)_truncate() by Kevin Wolf · 4 years, 9 months ago
- b92902d block: pass BlockDriver reference to the .bdrv_co_create by Maxim Levitsky · 4 years, 10 months ago
- aaffb85 Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' into staging by Peter Maydell · 5 years ago
- e8d04f9 block: Pass truncate exact=true where reasonable by Max Reitz · 5 years ago
- c80d8b0 block: Add @exact parameter to bdrv_co_truncate() by Max Reitz · 5 years ago
- 26536c7 block: Do not truncate file node when formatting by Max Reitz · 5 years ago
- 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
- b647d69 block: Use bdrv_has_zero_init_truncate() by Max Reitz · 6 years ago
- d861ab3 block: Add BlockBackend.ctx by Kevin Wolf · 6 years ago
- a407254 block/parallels: use buffer-based io by Vladimir Sementsov-Ogievskiy · 6 years ago
- b2589d6 block/parallels: use QEMU_IOVEC_INIT_BUF by Vladimir Sementsov-Ogievskiy · 6 years ago
- d08c2a2 parallels: Switch to byte-based calls by Eric Blake · 7 years ago
- af91062 block: Factor out qobject_input_visitor_new_flat_confused() by Markus Armbruster · 7 years ago
- 92adf9d block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts() by Markus Armbruster · 7 years ago
- e5af0da block: Fix -blockdev for certain non-string scalars by Markus Armbruster · 7 years ago
- 609f45e block: Add block-specific QDict header by Max Reitz · 7 years ago
- e18a58b block: Merge .bdrv_co_writev{,_flags} in drivers by Eric Blake · 7 years ago
- cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
- 2332d82 parallels: Check maximum cluster size on create by Kevin Wolf · 7 years ago
- 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
- 1511b49 parallels: Support .bdrv_co_create by Kevin Wolf · 7 years ago
- 2fd6163 block: convert bdrv_check callback to coroutine_fn by Paolo Bonzini · 7 years ago
- efc75e2 block: rename .bdrv_create() to .bdrv_co_create_opts() by Stefan Hajnoczi · 7 years ago
- 8e0cf59 parallels: Switch to .bdrv_co_block_status() by Eric Blake · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- bcbb386 block/parallels: add backing support to readv/writev by Edgar Kaziakhmedov · 7 years ago
- 908b1c8 block/parallels: replace some magic numbers by Klim Kireev · 7 years ago
- 90fe66f block/parallels: move some structures into header by Klim Kireev · 7 years ago
- 1d0f37c block/parallels: add migration blocker by Jeff Cody · 7 years ago
- 6c7d390 block/parallels: Do not update header or truncate image when INMIGRATE by Jeff Cody · 7 years ago
- ebf677c qapi: drop the sentinel in enum array by Marc-André Lureau · 7 years ago
- f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
- 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 7 years ago
- 06c60b6 qapi: Drop superfluous qapi_enum_parse() parameter max by Markus Armbruster · 7 years ago
- e5e6268 parallels: drop check that bdrv_truncate() is working by Denis V. Lunev · 7 years ago
- d8b83e3 parallels: respect error code of bdrv_getlength() in allocate_clusters() by Denis V. Lunev · 7 years ago
- 3a691c5 block: Add PreallocMode to blk_truncate() by Max Reitz · 8 years ago
- 7ea37c3 block: Add PreallocMode to bdrv_truncate() by Max Reitz · 8 years ago
- ed3d2ec block: Add errp to b{lk,drv}_truncate() by Max Reitz · 8 years ago
- 86d1bd7 block/parallels: Avoid overflows by Max Reitz · 8 years ago
- dc62da8 parallels: wrong call to bdrv_truncate by Denis V. Lunev · 8 years ago
- ff5bbe5 parallels: fix default options parsing by Edgar Kaziahmedov · 8 years ago
- 5588060 block: Add BDRV_O_RESIZE for blk_new_open() by Kevin Wolf · 8 years ago
- 862f215 block: Request child permissions in format drivers by Kevin Wolf · 8 years ago
- 4e4bf5c block: Attach bs->file only during .bdrv_open() by Kevin Wolf · 8 years ago
- 52cdbc5 block: Pass BdrvChild to bdrv_truncate() by Kevin Wolf · 8 years ago
- 555a608 block/parallels: check new image size by Klim Kireev · 8 years ago
- 720ff28 block: Convert bdrv_pwrite_zeroes() to BdrvChild by Kevin Wolf · 9 years ago
- d9ca2ea block: Convert bdrv_pwrite(v/_sync) to BdrvChild by Kevin Wolf · 9 years ago
- cf2ab8f block: Convert bdrv_pread(v) to BdrvChild by Kevin Wolf · 9 years ago
- 25ec177 block: Convert bdrv_co_writev() to BdrvChild by Kevin Wolf · 9 years ago