find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / block.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-31 thsParallels disk image support, by Alex Beregszaszi.
2007-02-11 thsUse PATH_MAX for name lengths, by Sergey Vlasov.
2007-01-26 thsDefine ENOMEDIUM to match ENODEV if it isn't available.
2007-01-18 thsDarwin build fix, by Pierre d'Herbemont.
2007-01-07 bellardpath_is_absolute() fix for win32
2007-01-07 bellardwin32 block device fixes (initial patch by kazu)
2006-12-22 thsEscape filname printout properly, by Anthony Liguori...
2006-08-24 bellardfixed handling of relative filenames with -snapshot
2006-08-23 bellardwin32 compilation fixes
2006-08-23 bellardfixed error handling
2006-08-19 bellardbetter support of host drives
2006-08-07 bellardfixed aio emulation
2006-08-07 pbrookDynamically allocate AIO Completion Blocks.
2006-08-06 bellardqcow2 is now used for '-snapshot' - keep BlockDriverSta...
2006-08-05 bellardmultiple snapshot support
2006-08-01 bellardasync file I/O API
2006-06-26 bellardWindows sparse file support (Frediano Ziglio)
2006-06-04 pbrookDisk cache flush support.
2006-04-25 bellardSolaris port (Ben Taylor)
2005-12-18 bellardqcow_make_empty() support (Johannes Schindelin)
2005-11-26 bellardupdate boot sector when using -kernel (Magnus Damm)
2005-10-30 bellardOS X: support for the built in CD-ROM drive (Mike Krone...
2005-04-28 bellardprobing fixes
2005-04-27 bellardVirtual PC read-only disk image support (Alex Beregszaszi)
2005-04-27 bellardBSD fix
2005-04-26 bellardBSD cdrom device access fix
2005-04-26 bellardraw CDROM access for windows (Filip Navara)
2005-04-26 bellardBochs disk image support (Alex Beregszaszi)
2004-12-12 bellard.dmg disk image format support (Johannes Schindelin)
2004-11-16 bellardbetter BIOS ATA translation support
2004-09-29 bellardcloop driver (Johannes Schindelin)
2004-09-18 bellardfixed block close() method prototype
2004-08-03 bellard64 bit file I/O by default
2004-08-01 bellardnew disk image layer
2004-07-14 bellardcompletion support
2004-06-19 bellardbuffer overflow fix
2004-05-08 bellard64 bit fix
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-14 bellardremoable device support
2004-02-26 bellardadded cow.h
2004-02-16 bellardforce boot sector feature
2003-07-06 bellardadded user mode Linux Copy On Write disk image support...
2003-06-30 bellardallow read only images
2003-06-30 bellardIDE emulation