find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / hw / acpi.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 thsImplement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann.
2007-05-28 thsSMBus support for MIPS Malta.
2007-05-23 pbrookI2C/SMBus framework.
2007-04-15 pbrookRemove unused variable.
2007-04-07 pbrookUnify IRQ handling.
2007-02-02 thsPIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
2006-10-02 bellardSMI enable bit support
2006-09-24 bellardmoved ACPI table init to BIOS - preliminary SMM support
2006-06-14 bellardmore ACPI definition to keep Solaris Happy (Juergen...
2006-05-13 pbrookRearrange PCI host emulation code.
2006-05-08 bellardalignment fix
2006-05-05 bellardtypo
2006-05-03 bellardACPI support