Merge commit 'juri/juha-devel'
[qemu] / block-vmdk.c
2009-03-07 aurel32Use C99 initializers for BlockDriver methods
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-02-05 aliguoriblock: remove error handling from qemu_malloc() callers...
2008-10-28 aliguorifix off-by-one generating vmdk backing files (Avi Kivity)
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-25 blueswir1Replace uses of strncpy (a GNU extension) with Qemu...
2008-09-28 blueswir1Fix warning, based on patches by Zeev Tarantov and...
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-08-17 aurel32VMDK: Remove debug message
2008-05-22 thsFix block-vmdk.c:vmdk_close() use-after-free, by Ed...
2008-03-11 aurel32Revert fix for CVE-2008-0928. Will be fixed in a differ...
2008-03-11 aurel32Fix CVE-2008-0928 - insufficient block device address...
2008-01-14 balrogAdd a path length check to prevent heap overflow (Eric...
2007-11-11 pbrookSplit block API from vl.h.
2007-09-21 j_mayerAvoid compilation warnings on 64 bits hosts.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsvmdk compatibility level 6 images, by Soren Hansen.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-10 thsFix VMDK 2GB bug, by Filip Navara.
2007-07-11 thsSilence compiler warnings.
2007-06-18 thsFix a race condition and non-leaf imagesgrowing in...
2007-01-24 thsNew multiple snapshot support for VMDK, by Igor Lvovsky.
2006-08-01 bellardasync file I/O API
2006-06-04 pbrookDisk cache flush support.
2005-10-30 bellardvmdk endianness fix (Benoit Poulot-Cazajous)
2005-07-02 bellardVMDK disk image creation (Filip Navara)
2005-04-26 bellardVMDK4 write support - fixed packing of VMDK4Header...
2004-09-18 bellardfixed block close() method prototype
2004-08-25 bellardvmdk 3 fixes
2004-08-03 bellard64 bit file I/O by default
2004-08-01 bellardnew disk image layer