summaryrefslogtreecommitdiff
path: root/block/vvfat.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-21vvfat: correctly propagate errorsPaolo Bonzini1-6/+3
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz1-1/+1
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-4/+2
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+1
2013-12-13block/vvfat: Fix compiler warnings for OpenBSDStefan Weil1-21/+22
2013-09-12block: Error parameter for create functionsMax Reitz1-1/+3
2013-09-12block: Error parameter for open functionsMax Reitz1-1/+5
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini1-5/+6
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini1-2/+2
2013-09-06block: make bdrv_delete() staticFam Zheng1-2/+2
2013-09-06vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng1-1/+1
2013-07-19block: fix vvfat error path for enable_write_targetFam Zheng1-11/+14
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-22vvfat: Use bdrv_open options instead of filenameKevin Wolf1-60/+168
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-1/+2
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf1-1/+1
2013-01-11Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil1-4/+0
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-08-15block: Convert close calls to qemu_closeCorey Bryant1-6/+6
2012-08-15block: Convert open calls to qemu_openCorey Bryant1-2/+2
2012-07-17vvfat: Do not clobber the user's geometryMarkus Armbruster1-24/+29
2012-07-17vvfat: Fix partition tableMarkus Armbruster1-3/+4
2012-05-30block: prevent snapshot mode $TMPDIR symlink attackJim Meyering1-1/+6
2012-05-10block: fix snapshot on QEDPaolo Bonzini1-0/+7
2012-01-13vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi1-0/+3
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-2/+2
2011-11-23vvfat: Add migration blockerKevin Wolf1-0/+17
2011-11-11vvfat: Fix read-write modeKevin Wolf1-21/+23
2011-11-04vvfat: reorganize computation of disk geometryPaolo Bonzini1-16/+24
2011-11-04vvfat: do not hardcode sector counts in error messagePaolo Bonzini1-5/+2
2011-11-04vvfat: unify and correct computation of sector countPaolo Bonzini1-3/+3
2011-11-04vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini1-2/+2
2011-11-04vvfat: do not fail if the disk has spare sectorsPaolo Bonzini1-2/+2
2011-11-04vvfat: fix out of bounds array_get usagePaolo Bonzini1-0/+1
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini1-1/+12
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-10-11vvfat: Fix potential buffer overflowKevin Wolf1-1/+1
2011-10-11block/vvfat: Remove unused codeStefan Weil1-56/+0
2011-10-11block/vvfat: Fix potential memory leaks and other memory errorsStefan Weil1-21/+30
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-7/+7
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-16/+16
2011-01-12vvfat: fix a file descriptor leakBlue Swirl1-0/+1
2010-10-03block/vvfat: Fix compiler warning in debug codeStefan Weil1-1/+0
2010-09-21vvfat: Use cache=unsafeKevin Wolf1-4/+10