index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
vvfat.c
Age
Commit message (
Expand
)
Author
2011-01-12
vvfat: fix a file descriptor leak
Blue Swirl
2010-10-03
block/vvfat: Fix compiler warning in debug code
Stefan Weil
2010-09-21
vvfat: Use cache=unsafe
Kevin Wolf
2010-09-21
vvfat: Fix double free for opening the image rw
Kevin Wolf
2010-09-21
vvfat: Fix segfault on write to read-only disk
Kevin Wolf
2010-08-30
vvfat: fat_chksum(): fix access above array bounds
Loïc Minier
2010-05-21
vvfat: More build fixes with DEBUG
Kevin Wolf
2010-05-21
vvfat: Fix compilation with DEBUG defined
Riccardo Magliocchetti
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
2010-04-25
Fix dead initialization, spotted by clang analyzer
Blue Swirl
2010-04-23
Replace calls of old bdrv_open
Kevin Wolf
2010-03-18
Replace assert(0) with abort() or cpu_abort()
Blue Swirl
2010-03-13
Fix build with -DNDEBUG in CFLAGS
Blue Swirl
2010-02-10
don't dereference NULL after failed strdup
Jim Meyering
2010-01-26
Ask for read-write permissions when opening files
Naphtali Sprei
2010-01-26
block/vvfat.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-09-30
vvfat: fix coding style nit
Michael S. Tsirkin
2009-05-28
vvfat: one more missing BlockDriver C99 initializer conversion
Christoph Hellwig
2009-05-27
Drop bdrv_create2
Kevin Wolf
2009-05-22
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-05-14
Move block drivers into their own directory
Anthony Liguori