summaryrefslogtreecommitdiffstats
path: root/block/dmg.c
Commit message (Expand)AuthorAgeFilesLines
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-10/+10
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* block/dmg: improve zeroes handlingPeter Wu2015-02-061-3/+15
* block/dmg: support bzip2 block entry typesPeter Wu2015-02-061-1/+42
* block/dmg: factor out block type checkPeter Wu2015-02-061-13/+23
* block/dmg: use SectorNumber from BLKX headerPeter Wu2015-02-061-7/+5
* block/dmg: fix sector data offset calculationPeter Wu2015-02-061-6/+20
* block/dmg: set virtual size to a non-zero valuePeter Wu2015-02-061-0/+8
* block/dmg: process XML plistsPeter Wu2015-02-061-0/+75
* block/dmg: validate chunk size to avoid overflowPeter Wu2015-02-061-1/+6
* block/dmg: process a buffer instead of reading intsPeter Wu2015-02-061-30/+30
* block/dmg: extract processing of resource forksPeter Wu2015-02-061-38/+66
* block/dmg: extract mish block decoding functionalityPeter Wu2015-02-061-95/+133
* block/dmg: properly detect the UDIF trailerPeter Wu2015-02-061-4/+43
* dmg: Handle failure for potentially large allocationsKevin Wolf2014-08-151-6/+13
* block: Use correct width in format stringsMax Reitz2014-04-301-4/+4
* dmg: prevent chunk buffer overflow (CVE-2014-0145)Stefan Hajnoczi2014-04-011-6/+33
* dmg: use uint64_t consistently for sectors and lengthsStefan Hajnoczi2014-04-011-3/+3
* dmg: sanitize chunk length and sectorcount (CVE-2014-0145)Stefan Hajnoczi2014-04-011-0/+24
* dmg: use appropriate types when reading chunksStefan Hajnoczi2014-04-011-1/+2
* dmg: drop broken bdrv_pread() loopStefan Hajnoczi2014-04-011-13/+2
* dmg: prevent out-of-bounds array access on terminatorStefan Hajnoczi2014-04-011-1/+1
* dmg: coding style and indentation cleanupStefan Hajnoczi2014-04-011-104/+120
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+2
* block: Make find_image_format safe with NULL filenameKevin Wolf2013-03-221-3/+10
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-1/+1
* dmg: Use g_free instead of freeKevin Wolf2013-02-011-9/+9
* dmg: Fix bdrv_open() error handlingKevin Wolf2013-02-011-38/+97
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* block: take lock around bdrv_read implementationsPaolo Bonzini2011-10-211-1/+12
* block: add a CoMutex to synchronous read driversPaolo Bonzini2011-10-211-0/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-7/+7
* dmg: use qemu block APIChristoph Hellwig2010-05-171-30/+26
* dmg: use preadChristoph Hellwig2010-05-171-37/+51
* dmg: fix reading of uncompressed chunksChristoph Hellwig2010-05-171-1/+2
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* dmg: fix ->open failureChristoph Hellwig2010-01-111-14/+14
* Revert "support colon in filenames"Anthony Liguori2009-07-091-1/+1
* support colon in filenamesRam Pai2009-06-291-1/+1
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+301
OpenPOWER on IntegriCloud