aboutsummaryrefslogtreecommitdiffstats
path: root/hw/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-24suspend: make acpi timer wakeup the guest.Gerd Hoffmann1-0/+8
2012-02-24suspend: make rtc alarm wakeup the guest.Gerd Hoffmann1-0/+7
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann1-11/+21
2012-02-24acpi: add acpi_pm1_evt_write_enGerd Hoffmann1-0/+5
2012-02-24acpi: don't pass overflow_time to acpi_pm1_evt_get_stsGerd Hoffmann1-3/+3
2012-02-24acpi: add ACPIREGSGerd Hoffmann1-66/+64
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-5/+5
2011-07-30revamp acpitable parsing and allow to specify complete (headerful) tableMichael Tokarev1-126/+172
2011-04-12fix acpi regressionWen Congyang1-1/+1
2011-04-10acpi, acpi_piix: factor out GPE logicIsaku Yamahata1-0/+66
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1_CNT logicIsaku Yamahata1-0/+49
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1a EVT logicIsaku Yamahata1-0/+37
2011-04-09acpi, acpi_piix, vt82c686: factor out PM_TMR logicIsaku Yamahata1-0/+45
2010-10-09acpi: Fix an infinite loop in acpi_table_addVincent Minet1-1/+1
2010-08-30acpi: fix file size check with -acpitable.Isaku Yamahata1-9/+19
2010-05-15Trim unnecessary includesBlue Swirl1-2/+0
2010-05-15acpi: split acpi.c into the common part and the piix4 part.Isaku Yamahata1-562/+0
2010-05-15acpi: add acpi constants from linux header files and use them.Isaku Yamahata1-31/+25
2010-05-15acpi: split out apm register emulation from acpi.cIsaku Yamahata1-43/+18
2010-05-15acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata1-156/+8
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+2
2010-04-01Fix -enable-kvmAnthony Liguori1-1/+2
2010-03-29Compile acpi only onceBlue Swirl1-10/+15
2009-12-23acpi: use range helper function.Isaku Yamahata1-1/+1
2009-12-02Fix qemu_free use in acpi.cJean-Christophe DUBOIS1-1/+1
2009-10-27kill dead nic unplug code.Gerd Hoffmann1-3/+0
2009-10-15hotplug: safely iterate bus's sibling list while removing a deviceMark McLoughlin1-2/+2
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann1-20/+21
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela1-2/+2
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-4/+5
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