summaryrefslogtreecommitdiffstats
path: root/block/dmg.c
Commit message (Expand)AuthorAgeFilesLines
* 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