aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Match values with the ones documented in the PIIX4 datasheet.ths2007-10-091-1/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-8/+8
* Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann.ths2007-07-311-0/+11
* SMBus support for MIPS Malta.ths2007-05-281-4/+1
* I2C/SMBus framework.pbrook2007-05-231-39/+18
* Remove unused variable.pbrook2007-04-151-1/+1
* Unify IRQ handling.pbrook2007-04-071-1/+1
* PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths2007-02-021-0/+185
* SMI enable bit supportbellard2006-10-021-13/+2
* moved ACPI table init to BIOS - preliminary SMM supportbellard2006-09-241-379/+113
* more ACPI definition to keep Solaris Happy (Juergen Kiel)bellard2006-06-141-1/+7
* Rearrange PCI host emulation code.pbrook2006-05-131-3/+2