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