summaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block/vvfat: Remove unused codeStefan Weil2011-10-111-56/+0
* block/vvfat: Fix potential memory leaks and other memory errorsStefan Weil2011-10-111-21/+30
* Remove blanks before \n in output stringsStefan Weil2011-09-161-1/+1
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-7/+7
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-16/+16
* vvfat: fix a file descriptor leakBlue Swirl2011-01-121-0/+1
* block/vvfat: Fix compiler warning in debug codeStefan Weil2010-10-031-1/+0
* vvfat: Use cache=unsafeKevin Wolf2010-09-211-4/+10
* vvfat: Fix double free for opening the image rwKevin Wolf2010-09-211-3/+4
* vvfat: Fix segfault on write to read-only diskKevin Wolf2010-09-211-0/+5
* vvfat: fat_chksum(): fix access above array boundsLoïc Minier2010-08-301-1/+1
* vvfat: More build fixes with DEBUGKevin Wolf2010-05-211-2/+6
* vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti2010-05-211-1/+1
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* Fix dead initialization, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+4
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-181-10/+10
* Fix build with -DNDEBUG in CFLAGSBlue Swirl2010-03-131-0/+3
* don't dereference NULL after failed strdupJim Meyering2010-02-101-5/+5
* Ask for read-write permissions when opening filesNaphtali Sprei2010-01-261-1/+1
* block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-2/+7
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-144/+144
* Get rid of _t suffixmalc2009-10-011-144/+144
* vvfat: fix coding style nitMichael S. Tsirkin2009-09-301-2/+2
* vvfat: one more missing BlockDriver C99 initializer conversionChristoph Hellwig2009-05-281-4/+3
* Drop bdrv_create2Kevin Wolf2009-05-271-2/+9
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-2/+2
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+2855
OpenPOWER on IntegriCloud