- 65ff757 vhdx: Take locks for accessing bs->file by Kevin Wolf · 1 year, 4 months ago
- f6b0899 vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
- 8af037f block/vhdx: fix dynamic VHDX BAT corruption by Lukas Tschoke · 1 year, 11 months ago
- e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 2 months ago
- 32cc71d block: Change bdrv_{pread,pwrite,pwrite_sync}() param order by Alberto Faria · 2 years, 9 months ago
- 53fb784 block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() by Alberto Faria · 2 years, 9 months ago
- 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 3 years ago
- 307261b block: consistently use bdrv_is_read_only() by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- 7b8e485 block: Add flags to bdrv(_co)_truncate() by Kevin Wolf · 4 years, 10 months ago
- c80d8b0 block: Add @exact parameter to bdrv_co_truncate() by Max Reitz · 5 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 0cb98af block/vhdx: Use IEC binary prefixes for size constants by Stefano Garzarella · 6 years ago
- f30c66b block: Use bdrv_refresh_filename() to pull by Max Reitz · 6 years ago
- 1229e46 block/vhdx: Don't take address of fields in packed structs by Peter Maydell · 6 years ago
- 0d8c41d block: use local path for local headers by Michael S. Tsirkin · 7 years ago
- cf7a09c vhdx: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
- 95d7298 block/vhdx: check error return of bdrv_truncate() by Jeff Cody · 8 years ago
- c6572fa block/vhdx: check error return of bdrv_flush() by Jeff Cody · 8 years ago
- 27539ac block/vhdx: check for offset overflow to bdrv_truncate() by Jeff Cody · 8 years ago
- 3f91069 block/vhdx: check error return of bdrv_getlength() by Jeff Cody · 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
- 52cdbc5 block: Pass BdrvChild to bdrv_truncate() by Kevin Wolf · 8 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
- 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
- bf89e87 vhdx: Fix "log that needs to be replayed" error message by Markus Armbruster · 9 years ago
- 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
- d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
- d4df3db block: Drop some superfluous casts from void * by Markus Armbruster · 11 years ago
- a67e128 vhdx: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
- 4f75b52 block: VHDX endian fixes by Jeff Cody · 11 years ago
- 349592e block: vhdx - add error check by Jeff Cody · 11 years ago
- dc6fb73 Fixed various typos by Deepak Kathayat · 11 years ago
- f50159f block/vhdx: Error checking fixes by Markus Armbruster · 11 years ago
- 7e30e6a block: vhdx - improve error message, and .bdrv_check implementation by Jeff Cody · 11 years ago
- 8adc523 block: vhdx - add log write support by Jeff Cody · 11 years ago
- 0a43a1b block: vhdx - log parsing, replay, and flush support by Jeff Cody · 11 years ago