- 5facfb4 acpitable: open the data file in binary mode by Michael Tokarev · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
- c84649c acpi: remove acpi_gpe_blk by Gerd Hoffmann · 12 years ago
- b5a7c02 apci: switch evt to memory api by Gerd Hoffmann · 12 years ago
- afafe4b apci: switch cnt to memory api by Gerd Hoffmann · 12 years ago
- 77d58b1 apci: switch timer to memory api by Gerd Hoffmann · 12 years ago
- 3cda346 acpi: remove strzcpy (strncpy-identical) function; just use strncpy by Jim Meyering · 12 years ago
- 25df49f qmp: add SUSPEND_DISK event by Luiz Capitulino · 13 years ago
- 459ae5e Add PIIX4 properties to control PM system states. by Gleb Natapov · 13 years ago
- 6595abc suspend: make acpi timer wakeup the guest. by Gerd Hoffmann · 13 years ago
- 62aeb0f suspend: make rtc alarm wakeup the guest. by Gerd Hoffmann · 13 years ago
- da98c8e suspend: switch acpi s3 to new infrastructure. by Gerd Hoffmann · 13 years ago
- 8283c4f acpi: add acpi_pm1_evt_write_en by Gerd Hoffmann · 13 years ago
- 2886be1 acpi: don't pass overflow_time to acpi_pm1_evt_get_sts by Gerd Hoffmann · 13 years ago
- 355bf2e acpi: add ACPIREGS by Gerd Hoffmann · 13 years ago
- 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
- 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
- 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
- 104bf02 revamp acpitable parsing and allow to specify complete (headerful) table by Michael Tokarev · 14 years ago
- 54f8e61 fix acpi regression by Wen Congyang · 14 years ago
- 23910d3 acpi, acpi_piix: factor out GPE logic by Isaku Yamahata · 14 years ago
- eaba51c acpi, acpi_piix, vt82c686: factor out PM1_CNT logic by Isaku Yamahata · 14 years ago
- 04dc308 acpi, acpi_piix, vt82c686: factor out PM1a EVT logic by Isaku Yamahata · 14 years ago
- a54d41a acpi, acpi_piix, vt82c686: factor out PM_TMR logic by Isaku Yamahata · 14 years ago
- b755a42 acpi: Fix an infinite loop in acpi_table_add by Vincent Minet · 14 years ago
- d729bb9 acpi: fix file size check with -acpitable. by Isaku Yamahata · 15 years ago
- 0b8f9be Trim unnecessary includes by Blue Swirl · 15 years ago
- 93d89f6 acpi: split acpi.c into the common part and the piix4 part. by Isaku Yamahata · 15 years ago
- 990b150 acpi: add acpi constants from linux header files and use them. by Isaku Yamahata · 15 years ago
- 0476284 acpi: split out apm register emulation from acpi.c by Isaku Yamahata · 15 years ago
- fc0bdd9 acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c by Isaku Yamahata · 15 years ago
- 7f5b7d3 x86: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
- b33612d Fix -enable-kvm by Anthony Liguori · 15 years ago
- 53b67b3 Compile acpi only once by Blue Swirl · 15 years ago
- a40e341 acpi: use range helper function. by Isaku Yamahata · 15 years ago
- b2538b4 Fix qemu_free use in acpi.c by Jean-Christophe DUBOIS · 15 years ago
- 9ad4531 kill dead nic unplug code. by Gerd Hoffmann · 15 years ago
- 9844937 hotplug: safely iterate bus's sibling list while removing a device by Mark McLoughlin · 15 years ago
- 3f84865 pci: windup acpi-based hotplug by Gerd Hoffmann · 16 years ago
- e59fb37 vmstate: add version_id argument to post_load by Juan Quintela · 16 years ago
- 752ff2f vmstate: rename run_after_load() -> post_load() by Juan Quintela · 16 years ago
- 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
- 76dec49 Port ACPI to VMState by Juan Quintela · 16 years ago
- d9c3231 Use qemu_irq for system_powerdown by Blue Swirl · 16 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
- a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
- 9d5e77a acpi.c: make qemu_system_device_hot_add piix independent. by Isaku Yamahata · 16 years ago
- 02e2da4 Add common BusState by Paul Brook · 16 years ago
- 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
- 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
- f654d9e Fix hw/acpi.c build w/ DEBUG enabled by Alex Williamson · 17 years ago
- 3c89216 kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka) by aliguori · 16 years ago
- 54042bc Remove some warnings and fix windows build. by aliguori · 16 years ago
- 8a92ea2 Allow additions of ACPI tables from command line (Gleb Natapov) by aliguori · 16 years ago
- 1f0711e Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Natapov) by aliguori · 16 years ago
- 6eb011b Fix GPE registers read/write handling. (Gleb Natapov) by aliguori · 16 years ago
- 6f338c3 qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) by aliguori · 16 years ago
- ca2c72b qemu: pci hotplug GPE support (Marcelo Tosatti) by aliguori · 16 years ago
- 5e3cb53 qemu: initialize hot add system / acpi gpe (Marcelo Tosatti) by aliguori · 16 years ago
- 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
- deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
- 055479f Always return latest pmsts instead of the old one (Xiantao Zhang) by aliguori · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- 0bacd13 Handle suspend in qemu (Gleb Natapov) by aliguori · 16 years ago
- 7ba1e61 Add KVM support to QEMU by aliguori · 16 years ago
- 9669d3c x86: Fix powerdown for non-ACPI case by aurel32 · 17 years ago
- f99ed40 ACPI suspend type field is 3 bits long by aurel32 · 17 years ago
- 8225894 Revert "fix power management timer overflow handling" (Avi Kivity). by balrog · 17 years ago
- 7546c01 Ignore the wrapping of acpi timer counter again. by balrog · 17 years ago
- ce1f452 Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay). by balrog · 17 years ago
- cf7a2fe SCI fixes by aurel32 · 17 years ago
- a78b03c Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti). by balrog · 17 years ago
- bee8d68 qemu_put signedness fixes, by Andre Przywara. by ths · 17 years ago
- 87ecb68 Break up vl.h. by pbrook · 17 years ago
- bf367b5 Match values with the ones documented in the PIIX4 datasheet. by ths · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
- 24bc1cb Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann. by ths · 18 years ago
- 7b71733 SMBus support for MIPS Malta. by ths · 18 years ago
- 0ff596d I2C/SMBus framework. by pbrook · 18 years ago
- e9a9a08 Remove unused variable. by pbrook · 18 years ago
- d537cf6 Unify IRQ handling. by pbrook · 18 years ago
- 3fffc22 PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. by ths · 18 years ago
- 47d02f6 SMI enable bit support by bellard · 19 years ago
- ab1e34a moved ACPI table init to BIOS - preliminary SMM support by bellard · 19 years ago
- 1ce549a more ACPI definition to keep Solaris Happy (Juergen Kiel) by bellard · 19 years ago
- 502a539 Rearrange PCI host emulation code. Add ARM PCI emulation. by pbrook · 19 years ago
- 73540ca alignment fix by bellard · 19 years ago
- 7ef4da1 typo by bellard · 19 years ago
- 6515b20 ACPI support by bellard · 19 years ago