aboutsummaryrefslogtreecommitdiff
path: root/block/dmg.c
AgeCommit message (Expand)Author
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-03-22block: Make find_image_format safe with NULL filenameKevin Wolf
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-02-01dmg: Use g_free instead of freeKevin Wolf
2013-02-01dmg: Fix bdrv_open() error handlingKevin Wolf
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-05-17dmg: use qemu block APIChristoph Hellwig
2010-05-17dmg: use preadChristoph Hellwig
2010-05-17dmg: fix reading of uncompressed chunksChristoph Hellwig
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-01-11dmg: fix ->open failureChristoph Hellwig
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-06-29support colon in filenamesRam Pai
2009-05-14Move block drivers into their own directoryAnthony Liguori