summaryrefslogtreecommitdiff
path: root/block/dmg.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-10/+10
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-02-06block/dmg: improve zeroes handlingPeter Wu1-3/+15
2015-02-06block/dmg: support bzip2 block entry typesPeter Wu1-1/+42
2015-02-06block/dmg: factor out block type checkPeter Wu1-13/+23
2015-02-06block/dmg: use SectorNumber from BLKX headerPeter Wu1-7/+5
2015-02-06block/dmg: fix sector data offset calculationPeter Wu1-6/+20
2015-02-06block/dmg: set virtual size to a non-zero valuePeter Wu1-0/+8
2015-02-06block/dmg: process XML plistsPeter Wu1-0/+75
2015-02-06block/dmg: validate chunk size to avoid overflowPeter Wu1-1/+6
2015-02-06block/dmg: process a buffer instead of reading intsPeter Wu1-30/+30
2015-02-06block/dmg: extract processing of resource forksPeter Wu1-38/+66
2015-02-06block/dmg: extract mish block decoding functionalityPeter Wu1-95/+133
2015-02-06block/dmg: properly detect the UDIF trailerPeter Wu1-4/+43
2014-08-15dmg: Handle failure for potentially large allocationsKevin Wolf1-6/+13
2014-04-30block: Use correct width in format stringsMax Reitz1-4/+4
2014-04-01dmg: prevent chunk buffer overflow (CVE-2014-0145)Stefan Hajnoczi1-6/+33
2014-04-01dmg: use uint64_t consistently for sectors and lengthsStefan Hajnoczi1-3/+3
2014-04-01dmg: sanitize chunk length and sectorcount (CVE-2014-0145)Stefan Hajnoczi1-0/+24
2014-04-01dmg: use appropriate types when reading chunksStefan Hajnoczi1-1/+2
2014-04-01dmg: drop broken bdrv_pread() loopStefan Hajnoczi1-13/+2
2014-04-01dmg: prevent out-of-bounds array access on terminatorStefan Hajnoczi1-1/+1
2014-04-01dmg: coding style and indentation cleanupStefan Hajnoczi1-104/+120
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-03-22block: Make find_image_format safe with NULL filenameKevin Wolf1-3/+10
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-1/+1
2013-02-01dmg: Use g_free instead of freeKevin Wolf1-9/+9
2013-02-01dmg: Fix bdrv_open() error handlingKevin Wolf1-38/+97
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini1-1/+12
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini1-0/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-7/+7
2010-05-17dmg: use qemu block APIChristoph Hellwig1-30/+26
2010-05-17dmg: use preadChristoph Hellwig1-37/+51
2010-05-17dmg: fix reading of uncompressed chunksChristoph Hellwig1-1/+2
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+1
2010-01-11dmg: fix ->open failureChristoph Hellwig1-14/+14
2009-07-09Revert "support colon in filenames"Anthony Liguori1-1/+1
2009-06-29support colon in filenamesRam Pai1-1/+1
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+301