Age | Commit message (Expand) | Author | Files | Lines |
2011-07-30 | revamp acpitable parsing and allow to specify complete (headerful) table | Michael Tokarev | 1 | -126/+172 |
2011-04-12 | fix acpi regression | Wen Congyang | 1 | -1/+1 |
2011-04-10 | acpi, acpi_piix: factor out GPE logic | Isaku Yamahata | 1 | -0/+66 |
2011-04-09 | acpi, acpi_piix, vt82c686: factor out PM1_CNT logic | Isaku Yamahata | 1 | -0/+49 |
2011-04-09 | acpi, acpi_piix, vt82c686: factor out PM1a EVT logic | Isaku Yamahata | 1 | -0/+37 |
2011-04-09 | acpi, acpi_piix, vt82c686: factor out PM_TMR logic | Isaku Yamahata | 1 | -0/+45 |
2010-10-09 | acpi: Fix an infinite loop in acpi_table_add | Vincent Minet | 1 | -1/+1 |
2010-08-30 | acpi: fix file size check with -acpitable. | Isaku Yamahata | 1 | -9/+19 |
2010-05-15 | Trim unnecessary includes | Blue Swirl | 1 | -2/+0 |
2010-05-15 | acpi: split acpi.c into the common part and the piix4 part. | Isaku Yamahata | 1 | -562/+0 |
2010-05-15 | acpi: add acpi constants from linux header files and use them. | Isaku Yamahata | 1 | -31/+25 |
2010-05-15 | acpi: split out apm register emulation from acpi.c | Isaku Yamahata | 1 | -43/+18 |
2010-05-15 | acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c | Isaku Yamahata | 1 | -156/+8 |
2010-04-25 | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -3/+2 |
2010-04-01 | Fix -enable-kvm | Anthony Liguori | 1 | -1/+2 |
2010-03-29 | Compile acpi only once | Blue Swirl | 1 | -10/+15 |
2009-12-23 | acpi: use range helper function. | Isaku Yamahata | 1 | -1/+1 |
2009-12-02 | Fix qemu_free use in acpi.c | Jean-Christophe DUBOIS | 1 | -1/+1 |
2009-10-27 | kill dead nic unplug code. | Gerd Hoffmann | 1 | -3/+0 |
2009-10-15 | hotplug: safely iterate bus's sibling list while removing a device | Mark McLoughlin | 1 | -2/+2 |
2009-10-05 | pci: windup acpi-based hotplug | Gerd Hoffmann | 1 | -20/+21 |
2009-10-05 | vmstate: add version_id argument to post_load | Juan Quintela | 1 | -1/+1 |
2009-09-11 | vmstate: rename run_after_load() -> post_load() | Juan Quintela | 1 | -2/+2 |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela | 1 | -4/+5 |
2009-08-27 | Port ACPI to VMState | Juan Quintela | 1 | -34/+21 |
2009-08-09 | Use qemu_irq for system_powerdown | Blue Swirl | 1 | -12/+16 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka | 1 | -1/+1 |
2009-06-22 | acpi.c: make qemu_system_device_hot_add piix independent. | Isaku Yamahata | 1 | -2/+18 |
2009-05-23 | Add common BusState | Paul Brook | 1 | -1/+1 |
2009-05-22 | Introduce reset notifier order | Jan Kiszka | 1 | -1/+1 |
2009-05-03 | use PCI_HEADER_TYPE. | Isaku Yamahata | 1 | -1/+1 |
2009-05-01 | Fix hw/acpi.c build w/ DEBUG enabled | Alex Williamson | 1 | -6/+6 |
2009-04-17 | kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka) | aliguori | 1 | -6/+11 |
2009-02-27 | Remove some warnings and fix windows build. | aliguori | 1 | -2/+2 |
2009-02-27 | Allow additions of ACPI tables from command line (Gleb Natapov) | aliguori | 1 | -0/+169 |
2009-02-16 | Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata... | aliguori | 1 | -4/+4 |
2009-02-16 | Fix GPE registers read/write handling. (Gleb Natapov) | aliguori | 1 | -12/+31 |
2009-02-11 | qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) | aliguori | 1 | -0/+4 |
2009-02-11 | qemu: pci hotplug GPE support (Marcelo Tosatti) | aliguori | 1 | -0/+94 |
2009-02-11 | qemu: initialize hot add system / acpi gpe (Marcelo Tosatti) | aliguori | 1 | -0/+68 |
2009-02-01 | Add and use #defines for PCI device classes | blueswir1 | 1 | -2/+1 |
2009-01-26 | Define PCI vendor and device IDs in pci.h (Stuart Brady) | aliguori | 1 | -4/+2 |
2009-01-21 | Always return latest pmsts instead of the old one (Xiantao Zhang) | aliguori | 1 | -1/+1 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-12-17 | Handle suspend in qemu (Gleb Natapov) | aliguori | 1 | -0/+23 |
2008-11-05 | Add KVM support to QEMU | aliguori | 1 | -0/+7 |
2008-09-02 | x86: Fix powerdown for non-ACPI case | aurel32 | 1 | -2/+4 |
2008-08-19 | ACPI suspend type field is 3 bits long | aurel32 | 1 | -1/+1 |
2008-07-19 | Revert "fix power management timer overflow handling" (Avi Kivity). | balrog | 1 | -1/+0 |