summaryrefslogtreecommitdiffstats
path: root/hw/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Fix hw/acpi.c build w/ DEBUG enabledAlex Williamson2009-05-011-6/+6
* kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)aliguori2009-04-171-6/+11
* Remove some warnings and fix windows build.aliguori2009-02-271-2/+2
* Allow additions of ACPI tables from command line (Gleb Natapov)aliguori2009-02-271-0/+169
* Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...aliguori2009-02-161-4/+4
* Fix GPE registers read/write handling. (Gleb Natapov)aliguori2009-02-161-12/+31
* qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori2009-02-111-0/+4
* qemu: pci hotplug GPE support (Marcelo Tosatti)aliguori2009-02-111-0/+94
* qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori2009-02-111-0/+68
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* Always return latest pmsts instead of the old one (Xiantao Zhang)aliguori2009-01-211-1/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Handle suspend in qemu (Gleb Natapov)aliguori2008-12-171-0/+23
* Add KVM support to QEMUaliguori2008-11-051-0/+7
* x86: Fix powerdown for non-ACPI caseaurel322008-09-021-2/+4
* ACPI suspend type field is 3 bits longaurel322008-08-191-1/+1
* Revert "fix power management timer overflow handling" (Avi Kivity).balrog2008-07-191-1/+0
* Ignore the wrapping of acpi timer counter again.balrog2008-04-271-46/+38
* Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay).balrog2008-04-261-38/+46
* SCI fixesaurel322008-03-181-2/+19
* Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti).balrog2008-01-141-1/+1
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-2/+2
* Break up vl.h.pbrook2007-11-171-1/+7
OpenPOWER on IntegriCloud