aboutsummaryrefslogtreecommitdiff
path: root/block/cloop.c
AgeCommit message (Expand)Author
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05block: Set request_alignment during .bdrv_refresh_limits()Eric Blake
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12cloop: Implement .bdrv_co_preadv() interfaceKevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2014-08-15cloop: Handle failure for potentially large allocationsKevin Wolf
2014-04-23block/cloop: use PRIu32 format specifier for uint32_tStefan Hajnoczi
2014-04-01block/cloop: fix offsets[] size off-by-oneStefan Hajnoczi
2014-04-01block/cloop: refuse images with bogus offsets (CVE-2014-0144)Stefan Hajnoczi
2014-04-01block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)Stefan Hajnoczi
2014-04-01block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)Stefan Hajnoczi
2014-04-01block/cloop: validate block_size header field (CVE-2014-0144)Stefan Hajnoczi
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-02-01cloop: 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-11-04block/cloop: Use g_free instead of freeDong Xu Wang
2011-11-04block/cloop: Fix coding styleDong Xu Wang
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-17cloop: use qemu block APIChristoph Hellwig
2010-05-17cloop: use preadChristoph Hellwig
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2009-05-14Move block drivers into their own directoryAnthony Liguori