summaryrefslogtreecommitdiffstats
path: root/hw/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* acpitable: open the data file in binary modeMichael Tokarev2013-01-211-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* acpi: remove acpi_gpe_blkGerd Hoffmann2012-12-041-7/+0
* apci: switch evt to memory apiGerd Hoffmann2012-12-041-2/+47
* apci: switch cnt to memory apiGerd Hoffmann2012-12-041-8/+30
* apci: switch timer to memory apiGerd Hoffmann2012-12-041-2/+17
* acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering2012-10-051-16/+8
* qmp: add SUSPEND_DISK eventLuiz Capitulino2012-08-131-0/+2
* Add PIIX4 properties to control PM system states.Gleb Natapov2012-06-191-1/+4
* suspend: make acpi timer wakeup the guest.Gerd Hoffmann2012-02-241-0/+8
* suspend: make rtc alarm wakeup the guest.Gerd Hoffmann2012-02-241-0/+7
* suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann2012-02-241-11/+21
* acpi: add acpi_pm1_evt_write_enGerd Hoffmann2012-02-241-0/+5
* acpi: don't pass overflow_time to acpi_pm1_evt_get_stsGerd Hoffmann2012-02-241-3/+3
* acpi: add ACPIREGSGerd Hoffmann2012-02-241-66/+64
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-5/+5
* revamp acpitable parsing and allow to specify complete (headerful) tableMichael Tokarev2011-07-301-126/+172
* fix acpi regressionWen Congyang2011-04-121-1/+1
* acpi, acpi_piix: factor out GPE logicIsaku Yamahata2011-04-101-0/+66
* acpi, acpi_piix, vt82c686: factor out PM1_CNT logicIsaku Yamahata2011-04-091-0/+49
* acpi, acpi_piix, vt82c686: factor out PM1a EVT logicIsaku Yamahata2011-04-091-0/+37
* acpi, acpi_piix, vt82c686: factor out PM_TMR logicIsaku Yamahata2011-04-091-0/+45
* acpi: Fix an infinite loop in acpi_table_addVincent Minet2010-10-091-1/+1
* acpi: fix file size check with -acpitable.Isaku Yamahata2010-08-301-9/+19
* Trim unnecessary includesBlue Swirl2010-05-151-2/+0
* acpi: split acpi.c into the common part and the piix4 part.Isaku Yamahata2010-05-151-562/+0
* acpi: add acpi constants from linux header files and use them.Isaku Yamahata2010-05-151-31/+25
* acpi: split out apm register emulation from acpi.cIsaku Yamahata2010-05-151-43/+18
* acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata2010-05-151-156/+8
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+2
* Fix -enable-kvmAnthony Liguori2010-04-011-1/+2
* Compile acpi only onceBlue Swirl2010-03-291-10/+15
* acpi: use range helper function.Isaku Yamahata2009-12-231-1/+1
* Fix qemu_free use in acpi.cJean-Christophe DUBOIS2009-12-021-1/+1
* kill dead nic unplug code.Gerd Hoffmann2009-10-271-3/+0
* hotplug: safely iterate bus's sibling list while removing a deviceMark McLoughlin2009-10-151-2/+2
* pci: windup acpi-based hotplugGerd Hoffmann2009-10-051-20/+21
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* vmstate: rename run_after_load() -> post_load()Juan Quintela2009-09-111-2/+2
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-4/+5
* Port ACPI to VMStateJuan Quintela2009-08-271-34/+21
* Use qemu_irq for system_powerdownBlue Swirl2009-08-091-12/+16
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata2009-06-221-2/+18
* Add common BusStatePaul Brook2009-05-231-1/+1
OpenPOWER on IntegriCloud