summaryrefslogtreecommitdiff
path: root/block/bochs.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-17block: Deprecate bdrv_set_read_only() and usersKevin Wolf1-3/+10
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody1-1/+4
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody1-1/+1
2017-02-28block: Request child permissions in format driversKevin Wolf1-0/+1
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf1-0/+6
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-3/+3
2016-07-05block: Use bool as appropriate for BDS membersEric Blake1-1/+1
2016-07-05block: Move request_alignment into BlockLimitEric Blake1-1/+1
2016-07-05block: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-1/+6
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-12bochs: Implement .bdrv_co_preadv() interfaceKevin Wolf1-18/+33
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-4/+4
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster1-1/+1
2014-08-15bochs: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-04-30block/bochs: Fix error handling for seek_to_sector()Max Reitz1-9/+14
2014-04-11bochs: Fix catalog size checkKevin Wolf1-3/+11
2014-04-11bochs: Fix memory leak in bochs_open() error pathKevin Wolf1-2/+4
2014-04-01bochs: Fix bitmap offset calculationKevin Wolf1-2/+3
2014-04-01bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf1-0/+8
2014-04-01bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf1-0/+13
2014-04-01bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf1-8/+8
2014-04-01bochs: Unify header structs and make them QEMU_PACKEDKevin Wolf1-42/+25
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-01bochs: Fix bdrv_open() error handlingKevin Wolf1-7/+15
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil1-1/+1
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-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2010-05-17bochs: use qemu block APIChristoph Hellwig1-21/+9
2010-05-17bochs: use preadChristoph Hellwig1-43/+20
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-12-25block/bochs: improve format checkingBlue Swirl1-3/+10
2009-12-25block/bochs.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-1/+2
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+259