aboutsummaryrefslogtreecommitdiff
path: root/block/parallels.c
AgeCommit message (Expand)Author
2014-11-03block/parallels: fix access to not initialized memory in catalog_bitmapDenis V. Lunev
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster
2014-08-15parallels: 2TB+ parallels images supportDenis V. Lunev
2014-08-15parallels: split check for parallels format in parallels_openDenis V. Lunev
2014-08-15parallels: replace tabs with spaces in block/parallels.cDenis V. Lunev
2014-08-15parallels: extend parallels format header with actual data valuesDenis V. Lunev
2014-08-15parallels: Handle failure for potentially large allocationsKevin Wolf
2014-04-01parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf
2014-04-01parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-02-01parallels: 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-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-05-17parallels: use qemu block APIChristoph Hellwig
2010-05-17parallels: use preadChristoph Hellwig
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-01-26Read-only device changed to opens it's file for read-only.Naphtali Sprei
2009-11-12Fix 32-bit overflow in parallels image supportDavid Woodhouse
2009-05-14Move block drivers into their own directoryAnthony Liguori