aboutsummaryrefslogtreecommitdiffstats
path: root/hw/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-19Revert "fix power management timer overflow handling" (Avi Kivity).balrog1-1/+0
2008-04-27Ignore the wrapping of acpi timer counter again.balrog1-46/+38
2008-04-26Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay).balrog1-38/+46
2008-03-18SCI fixesaurel321-2/+19
2008-01-14Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti).balrog1-1/+1
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-2/+2
2007-11-17Break up vl.h.pbrook1-1/+7
2007-10-09Match values with the ones documented in the PIIX4 datasheet.ths1-1/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-8/+8
2007-07-31Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann.ths1-0/+11
2007-05-28SMBus support for MIPS Malta.ths1-4/+1
2007-05-23I2C/SMBus framework.pbrook1-39/+18
2007-04-15Remove unused variable.pbrook1-1/+1
2007-04-07Unify IRQ handling.pbrook1-1/+1
2007-02-02PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths1-0/+185
2006-10-02SMI enable bit supportbellard1-13/+2
2006-09-24moved ACPI table init to BIOS - preliminary SMM supportbellard1-379/+113
2006-06-14more ACPI definition to keep Solaris Happy (Juergen Kiel)bellard1-1/+7
2006-05-13Rearrange PCI host emulation code.pbrook1-3/+2
2006-05-08alignment fixbellard1-1/+2
2006-05-05typobellard1-1/+1
2006-05-03ACPI supportbellard1-0/+609