aboutsummaryrefslogtreecommitdiff
path: root/block/dmg.c
AgeCommit message (Expand)Author
2023-11-08block: Protect bs->file with graph_lockKevin Wolf
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf
2023-10-12block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf
2023-06-28dmg: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-04-24block/dmg: Declare a type definition for DMG uncompress functionPhilippe Mathieu-Daudé
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-11-06dmg: warn when opening dmg images containing blocks of unknown typeKevin Wolf
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang
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
2019-09-16block: Use QEMU_IS_ALIGNEDNir Soffer
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-01-04dmg: don't skip zero chunkyuchenlin
2019-01-04dmg: use enumeration type instead of hard coding numberyuchenlin
2019-01-04dmg: fix binary searchyuchenlin
2019-01-04dmg: Fixing wrong dmg block type value for block terminator.Julio Faracco
2018-12-14dmg: exchanging hardcoded dmg UDIF block types to enum.Julio Faracco
2018-12-14dmg: including dmg-lzfse module inside dmg block driver.Julio Faracco
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf
2017-11-17block: Deprecate bdrv_set_read_only() and usersKevin Wolf
2017-08-31dmg: use DIV_ROUND_UPMarc-André Lureau
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2016-10-07dmg: Move libbz2 code to dmg-bz2.soFam Zheng
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05block: Set request_alignment during .bdrv_refresh_limits()Eric Blake
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-05-12dmg: Implement .bdrv_co_preadv() interfaceKevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-02-06block/dmg: improve zeroes handlingPeter Wu
2015-02-06block/dmg: support bzip2 block entry typesPeter Wu
2015-02-06block/dmg: factor out block type checkPeter Wu
2015-02-06block/dmg: use SectorNumber from BLKX headerPeter Wu