find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / hw / vga_int.h
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-05-13 balrogAllow VMware-SVGA operation enable before command FIFO...
2007-04-29 thsMemory-mapped interface for VGA, by Herve Poussineau.
2007-04-02 thsVMware SVGA II emulation, by Andrzej Zaborowski.
2006-09-21 bellardVBE: 8 bit DACs + support for VBE BIOS IDs (Volker...
2006-08-18 bellardfixed VGA resolutions with height > 1024
2006-08-17 bellardsave VGA PCI state
2006-06-13 bellardsupport for Bochs VBE GETCAPS call so that -std-vga...
2005-07-03 bellardVGA bios support for PowerPC
2004-11-14 bellardvga font change detection
2004-06-08 bellardinterlace support
2004-06-06 bellardgeneric hardware cursor support
2004-06-05 bellardavoid using anonymous struct extension (not supported...
2004-06-05 bellardgeneric VGA API layer