aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi.c
AgeCommit message (Expand)Author
2011-04-12fix acpi regressionWen Congyang
2011-04-10acpi, acpi_piix: factor out GPE logicIsaku Yamahata
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1_CNT logicIsaku Yamahata
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1a EVT logicIsaku Yamahata
2011-04-09acpi, acpi_piix, vt82c686: factor out PM_TMR logicIsaku Yamahata
2010-10-09acpi: Fix an infinite loop in acpi_table_addVincent Minet
2010-08-30acpi: fix file size check with -acpitable.Isaku Yamahata
2010-05-15Trim unnecessary includesBlue Swirl
2010-05-15acpi: split acpi.c into the common part and the piix4 part.Isaku Yamahata
2010-05-15acpi: add acpi constants from linux header files and use them.Isaku Yamahata
2010-05-15acpi: split out apm register emulation from acpi.cIsaku Yamahata
2010-05-15acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-01Fix -enable-kvmAnthony Liguori
2010-03-29Compile acpi only onceBlue Swirl
2009-12-23acpi: use range helper function.Isaku Yamahata
2009-12-02Fix qemu_free use in acpi.cJean-Christophe DUBOIS
2009-10-27kill dead nic unplug code.Gerd Hoffmann
2009-10-15hotplug: safely iterate bus's sibling list while removing a deviceMark McLoughlin
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-27Port ACPI to VMStateJuan Quintela
2009-08-09Use qemu_irq for system_powerdownBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-22acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata
2009-05-23Add common BusStatePaul Brook
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-05-01Fix hw/acpi.c build w/ DEBUG enabledAlex Williamson
2009-04-17kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)aliguori
2009-02-27Remove some warnings and fix windows build.aliguori
2009-02-27Allow additions of ACPI tables from command line (Gleb Natapov)aliguori
2009-02-16Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...aliguori
2009-02-16Fix GPE registers read/write handling. (Gleb Natapov)aliguori
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori
2009-02-11qemu: pci hotplug GPE support (Marcelo Tosatti)aliguori
2009-02-11qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-21Always return latest pmsts instead of the old one (Xiantao Zhang)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-17Handle suspend in qemu (Gleb Natapov)aliguori
2008-11-05Add KVM support to QEMUaliguori
2008-09-02x86: Fix powerdown for non-ACPI caseaurel32
2008-08-19ACPI suspend type field is 3 bits longaurel32
2008-07-19Revert "fix power management timer overflow handling" (Avi Kivity).balrog
2008-04-27Ignore the wrapping of acpi timer counter again.balrog