summaryrefslogtreecommitdiffstats
path: root/block/bochs.c
Commit message (Expand)AuthorAgeFilesLines
* block: Request child permissions in format driversKevin Wolf2017-02-281-0/+1
* block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-241-0/+6
* block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf2016-07-051-1/+1
* block: Convert bdrv_pread(v) to BdrvChildKevin Wolf2016-07-051-3/+3
* block: Use bool as appropriate for BDS membersEric Blake2016-07-051-1/+1
* block: Move request_alignment into BlockLimitEric Blake2016-07-051-1/+1
* block: Set request_alignment during .bdrv_refresh_limits()Eric Blake2016-07-051-1/+6
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* bochs: Implement .bdrv_co_preadv() interfaceKevin Wolf2016-05-121-18/+33
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* 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/+25Star
* 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-211-2/+2
* bochs: use qemu block APIChristoph Hellwig2010-05-171-21/+9Star
* bochs: use preadChristoph Hellwig2010-05-171-43/+20Star
* 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/+2Star
* 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