find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / console.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-11 thsNew features for QEMU text console, by Stefan Weil.
2007-02-10 thsSerial console improvements, by Stefan Weil.
2007-01-27 pbrookRearrange char event handlers to fix CHR_EVENT_RESET.
2007-01-16 thsImproved console handling, thanks Stefan Weil.
2007-01-05 thsReinitialize monitor upon reconnect, by Anthony Liguori.
2006-07-14 bellardfixed LF interpretation
2006-06-25 bellardavoid name conflicts
2006-06-25 bellardsend correctly long key sequences on slow terminals...
2006-04-09 pbrookAllow multiple graphics devices.
2006-03-11 pbrookImproved terminal emulation (Piotr Esden-Tempski).
2004-10-09 bellardmonitor fixes (Johannes Schindelin)
2004-08-01 bellardconsole focus support
2004-07-14 bellardvirtual console