aboutsummaryrefslogtreecommitdiff
path: root/hw/block/block.c
AgeCommit message (Expand)Author
2024-01-30hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis
2024-01-30pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()Stefan Hajnoczi
2023-03-07pflash: Fix blk_pread_nonzeroes()Kevin Wolf
2023-01-24pflash: Only read non-zero parts of backend imageXiang Zheng
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-09-30block: add missed block_acct_setup with new block device init procedureDenis V. Lunev
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-01-14block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy
2021-07-06block: Add backend_defaults propertyAkihiko Odaki
2020-06-17block: make BlockConf size props 32bit and accept size suffixesRoman Kagan
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan
2019-03-26pflash: Require backend size to match device, improve errorsMarkus Armbruster
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-08-15block: Remove deprecated -drive geometry optionsKevin Wolf
2018-07-10Revert "block: Remove deprecated -drive geometry options"Cornelia Huck
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck
2018-06-15block: Remove deprecated -drive option serialKevin Wolf
2018-06-15block: Remove deprecated -drive geometry optionsKevin Wolf
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2017-12-19hw/block: Fix the return typeMao Zhongyi
2017-02-28hw/block: Introduce share-rw qdev propertyKevin Wolf
2017-02-28hw/block: Request permissionsKevin Wolf
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova
2014-10-20blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-08-26block: Pass errp in blkconf_geometryFam Zheng
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini