summaryrefslogtreecommitdiffstats
path: root/block/bochs.c
Commit message (Expand)AuthorAgeFilesLines
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-4/+4
* block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster2014-08-201-1/+1
* bochs: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* block/bochs: Fix error handling for seek_to_sector()Max Reitz2014-04-301-9/+14
* bochs: Fix catalog size checkKevin Wolf2014-04-111-3/+11
* bochs: Fix memory leak in bochs_open() error pathKevin Wolf2014-04-111-2/+4
* bochs: Fix bitmap offset calculationKevin Wolf2014-04-011-2/+3
* bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf2014-04-011-0/+8
* bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf2014-04-011-0/+13
* bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf2014-04-011-8/+8
* bochs: Unify header structs and make them QEMU_PACKEDKevin Wolf2014-04-011-42/+25
* block: do not abuse EMEDIUMTYPEPaolo Bonzini2014-02-211-1/+2
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+2
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-1/+1
* bochs: Fix bdrv_open() error handlingKevin Wolf2013-02-011-7/+15
* block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil2013-01-251-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* 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-2/+2
* bochs: use qemu block APIChristoph Hellwig2010-05-171-21/+9
* bochs: use preadChristoph Hellwig2010-05-171-43/+20
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* Read-only device changed to opens it's file for read-only.Naphtali Sprei2010-01-261-4/+2
* block/bochs: improve format checkingBlue Swirl2009-12-251-3/+10
* block/bochs.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2009-12-251-1/+2
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+259
OpenPOWER on IntegriCloud