summaryrefslogtreecommitdiff
path: root/block/parallels.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-1/+1
2013-02-01parallels: Fix bdrv_open() error handlingKevin Wolf1-8/+15
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
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-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2010-05-17parallels: use qemu block APIChristoph Hellwig1-18/+6
2010-05-17parallels: use preadChristoph Hellwig1-22/+11
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+1
2010-01-26Read-only device changed to opens it's file for read-only.Naphtali Sprei1-4/+2
2009-11-12Fix 32-bit overflow in parallels image supportDavid Woodhouse1-2/+3
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+181