aboutsummaryrefslogtreecommitdiff
path: root/block/bochs.c
AgeCommit message (Expand)Author
2016-01-20block: Clean up includesPeter Maydell
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster
2014-08-15bochs: Handle failure for potentially large allocationsKevin Wolf
2014-04-30block/bochs: Fix error handling for seek_to_sector()Max Reitz
2014-04-11bochs: Fix catalog size checkKevin Wolf
2014-04-11bochs: Fix memory leak in bochs_open() error pathKevin Wolf
2014-04-01bochs: Fix bitmap offset calculationKevin Wolf
2014-04-01bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf
2014-04-01bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf
2014-04-01bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf
2014-04-01bochs: Unify header structs and make them QEMU_PACKEDKevin 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-01bochs: Fix bdrv_open() error handlingKevin Wolf
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil
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-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-05-17bochs: use qemu block APIChristoph Hellwig
2010-05-17bochs: 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-12-25block/bochs: improve format checkingBlue Swirl
2009-12-25block/bochs.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2009-05-14Move block drivers into their own directoryAnthony Liguori