summaryrefslogtreecommitdiffstats
path: root/hw/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-614/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek2013-04-041-7/+2
* acpi_table_add(): extract and reimplement internalsLaszlo Ersek2013-04-041-121/+163
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-041-57/+82
* acpi_table_add(): report fatal errors through an internal Error objectLaszlo Ersek2013-04-041-14/+19
* change element type from "char" to "unsigned char" in ACPI table dataLaszlo Ersek2013-04-041-8/+9
* acpi: initialize s4_val used in s4 shutdownBruce Rogers2013-04-031-1/+2
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* 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
OpenPOWER on IntegriCloud