aboutsummaryrefslogtreecommitdiff
path: root/block/vpc.c
AgeCommit message (Expand)Author
2020-12-18block/vpc: Use sizeof() instead of HEADER_SIZE for footer sizeMarkus Armbruster
2020-12-18block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *Markus Armbruster
2020-12-18block/vpc: Pad VHDFooter, replace uint8_t[] buffersMarkus Armbruster
2020-12-18block/vpc: Use sizeof() instead of 1024 for dynamic header sizeMarkus Armbruster
2020-12-18block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffersMarkus Armbruster
2020-12-18block/vpc: Make vpc_checksum() take void *Markus Armbruster
2020-12-18block/vpc: Don't abuse the footer buffer for dynamic headerMarkus Armbruster
2020-12-18block/vpc: Don't abuse the footer buffer as BAT sector bufferMarkus Armbruster
2020-12-18block/vpc: Make vpc_open() read the full dynamic headerMarkus Armbruster
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-07-06block/vpc: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy
2020-05-18block: Use bdrv_default_perms()Max Reitz
2020-05-18block: Make format drivers use child_of_bdsMax Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Add BlockDriver.is_formatMax Reitz
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-07vpc: Don't round up already aligned BAT sizesKevin Wolf
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-09-10vpc: Return 0 from vpc_co_create() on successMax Reitz
2019-08-19vpc: Do not return RAW from block_statusMax Reitz
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-04-30vpc: unlock Coroutine lock to make IO submit ConcurrentlyZhengui li
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-01block/vpc: Don't take address of fields in packed structsPeter Maydell
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-11-05vpc: Don't leak opts in vpc_open()Kevin Wolf
2018-10-19vpc: Fail open on bad header checksumMarkus Armbruster
2018-06-15block: Factor out qobject_input_visitor_new_flat_confused()Markus Armbruster
2018-06-15block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()Markus Armbruster
2018-06-15block: Fix -blockdev for certain non-string scalarsMarkus Armbruster
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19vpc: Require aligned size in .bdrv_co_createKevin Wolf
2018-03-19vpc: Support .bdrv_co_createKevin Wolf
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-03-02vpc: Switch to .bdrv_co_block_status()Eric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-08-31vpc: use DIV_ROUND_UPMarc-André Lureau
2017-08-11vpc: Check failure of bdrv_getlength()Eric Blake
2017-07-21block/vpc: fix uninitialised variable compiler warningMark Cave-Ayland
2017-07-18block/vpc.c: Handle write failures in get_image_offset()Peter Maydell
2017-07-17vpc: make it thread-safePaolo Bonzini