aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi.c
AgeCommit message (Expand)Author
2012-08-13qmp: add SUSPEND_DISK eventLuiz Capitulino
2012-06-19Add PIIX4 properties to control PM system states.Gleb Natapov
2012-02-24suspend: make acpi timer wakeup the guest.Gerd Hoffmann
2012-02-24suspend: make rtc alarm wakeup the guest.Gerd Hoffmann
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann
2012-02-24acpi: add acpi_pm1_evt_write_enGerd Hoffmann
2012-02-24acpi: don't pass overflow_time to acpi_pm1_evt_get_stsGerd Hoffmann
2012-02-24acpi: add ACPIREGSGerd Hoffmann
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-30revamp acpitable parsing and allow to specify complete (headerful) tableMichael Tokarev
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