summaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* 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