summaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* block/vvfat: Plug memory leak in read_directory()Markus Armbruster2014-05-301-1/+3
* block/vvfat: Plug memory leak in check_directory_consistency()Markus Armbruster2014-05-301-1/+1
* block/vvfat: Plug memory leak in enable_write_target()Markus Armbruster2014-05-301-0/+1
* block/vvfat: Propagate errors through init_directories()Markus Armbruster2014-05-281-7/+9
* block/vvfat: Propagate errors through enable_write_target()Markus Armbruster2014-05-281-11/+7
* block: Use bdrv_set_backing_hd everywhereFam Zheng2014-05-281-1/+1
* block: Add errp to bdrv_new()Kevin Wolf2014-04-221-1/+1
* vvfat: Fix :floppy: option to suppress partition tableMarkus Armbruster2014-04-011-1/+1
* vvfat: correctly propagate errorsPaolo Bonzini2014-02-211-6/+3
* block: Add reference parameter to bdrv_open()Max Reitz2014-02-211-1/+1
* block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-211-4/+2
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-1/+1
* qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+1
* block/vvfat: Fix compiler warnings for OpenBSDStefan Weil2013-12-131-21/+22
* block: Error parameter for create functionsMax Reitz2013-09-121-1/+3
* block: Error parameter for open functionsMax Reitz2013-09-121-1/+5
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+2
* block: return get_block_status data and flags for formatsPaolo Bonzini2013-09-061-5/+6
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-061-2/+2
* block: make bdrv_delete() staticFam Zheng2013-09-061-2/+2
* vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng2013-09-061-1/+1
* block: fix vvfat error path for enable_write_targetFam Zheng2013-07-191-11/+14
* block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1
* vvfat: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-60/+168
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-1/+2
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-1/+1
* Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil2013-01-111-4/+0
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* block: Convert close calls to qemu_closeCorey Bryant2012-08-151-6/+6
* block: Convert open calls to qemu_openCorey Bryant2012-08-151-2/+2
* vvfat: Do not clobber the user's geometryMarkus Armbruster2012-07-171-24/+29
* vvfat: Fix partition tableMarkus Armbruster2012-07-171-3/+4
* block: prevent snapshot mode $TMPDIR symlink attackJim Meyering2012-05-301-1/+6
* block: fix snapshot on QEDPaolo Bonzini2012-05-101-0/+7
* vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi2012-01-131-0/+3
* vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-2/+2
* vvfat: Add migration blockerKevin Wolf2011-11-231-0/+17
* vvfat: Fix read-write modeKevin Wolf2011-11-111-21/+23
* vvfat: reorganize computation of disk geometryPaolo Bonzini2011-11-041-16/+24
* vvfat: do not hardcode sector counts in error messagePaolo Bonzini2011-11-041-5/+2
* vvfat: unify and correct computation of sector countPaolo Bonzini2011-11-041-3/+3
* vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini2011-11-041-2/+2
* vvfat: do not fail if the disk has spare sectorsPaolo Bonzini2011-11-041-2/+2
* vvfat: fix out of bounds array_get usagePaolo Bonzini2011-11-041-0/+1
* block: take lock around bdrv_write implementationsPaolo Bonzini2011-10-211-1/+12
* 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
* vvfat: Fix potential buffer overflowKevin Wolf2011-10-111-1/+1
OpenPOWER on IntegriCloud