aboutsummaryrefslogtreecommitdiffstats
path: root/hw/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-27Port ACPI to VMStateJuan Quintela1-34/+21
2009-08-09Use qemu_irq for system_powerdownBlue Swirl1-12/+16
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-22acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata1-2/+18
2009-05-23Add common BusStatePaul Brook1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-05-01Fix hw/acpi.c build w/ DEBUG enabledAlex Williamson1-6/+6
2009-04-17kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)aliguori1-6/+11
2009-02-27Remove some warnings and fix windows build.aliguori1-2/+2
2009-02-27Allow additions of ACPI tables from command line (Gleb Natapov)aliguori1-0/+169
2009-02-16Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...aliguori1-4/+4
2009-02-16Fix GPE registers read/write handling. (Gleb Natapov)aliguori1-12/+31
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori1-0/+4
2009-02-11qemu: pci hotplug GPE support (Marcelo Tosatti)aliguori1-0/+94
2009-02-11qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori1-0/+68
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2009-01-21Always return latest pmsts instead of the old one (Xiantao Zhang)aliguori1-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-17Handle suspend in qemu (Gleb Natapov)aliguori1-0/+23
2008-11-05Add KVM support to QEMUaliguori1-0/+7
2008-09-02x86: Fix powerdown for non-ACPI caseaurel321-2/+4
2008-08-19ACPI suspend type field is 3 bits longaurel321-1/+1
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