Age | Commit message (Expand) | Author |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-04-04 | like acpi_table_install(), acpi_table_add() should propagate Errors | Laszlo Ersek |
2013-04-04 | acpi_table_add(): extract and reimplement internals | Laszlo Ersek |
2013-04-04 | acpi_table_add(): accept QemuOpts and parse it with OptsVisitor | Laszlo Ersek |
2013-04-04 | acpi_table_add(): report fatal errors through an internal Error object | Laszlo Ersek |
2013-04-04 | change element type from "char" to "unsigned char" in ACPI table data | Laszlo Ersek |
2013-04-03 | acpi: initialize s4_val used in s4 shutdown | Bruce Rogers |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-01-21 | acpitable: open the data file in binary mode | Michael Tokarev |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-04 | acpi: remove acpi_gpe_blk | Gerd Hoffmann |
2012-12-04 | apci: switch evt to memory api | Gerd Hoffmann |
2012-12-04 | apci: switch cnt to memory api | Gerd Hoffmann |
2012-12-04 | apci: switch timer to memory api | Gerd Hoffmann |
2012-10-05 | acpi: remove strzcpy (strncpy-identical) function; just use strncpy | Jim Meyering |
2012-08-13 | qmp: add SUSPEND_DISK event | Luiz Capitulino |
2012-06-19 | Add PIIX4 properties to control PM system states. | Gleb Natapov |
2012-02-24 | suspend: make acpi timer wakeup the guest. | Gerd Hoffmann |
2012-02-24 | suspend: make rtc alarm wakeup the guest. | Gerd Hoffmann |
2012-02-24 | suspend: switch acpi s3 to new infrastructure. | Gerd Hoffmann |
2012-02-24 | acpi: add acpi_pm1_evt_write_en | Gerd Hoffmann |
2012-02-24 | acpi: don't pass overflow_time to acpi_pm1_evt_get_sts | Gerd Hoffmann |
2012-02-24 | acpi: add ACPIREGS | Gerd Hoffmann |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-30 | revamp acpitable parsing and allow to specify complete (headerful) table | Michael Tokarev |
2011-04-12 | fix acpi regression | Wen Congyang |
2011-04-10 | acpi, acpi_piix: factor out GPE logic | Isaku Yamahata |
2011-04-09 | acpi, acpi_piix, vt82c686: factor out PM1_CNT logic | Isaku Yamahata |
2011-04-09 | acpi, acpi_piix, vt82c686: factor out PM1a EVT logic | Isaku Yamahata |
2011-04-09 | acpi, acpi_piix, vt82c686: factor out PM_TMR logic | Isaku Yamahata |
2010-10-09 | acpi: Fix an infinite loop in acpi_table_add | Vincent Minet |
2010-08-30 | acpi: fix file size check with -acpitable. | Isaku Yamahata |
2010-05-15 | Trim unnecessary includes | Blue Swirl |
2010-05-15 | acpi: split acpi.c into the common part and the piix4 part. | Isaku Yamahata |
2010-05-15 | acpi: add acpi constants from linux header files and use them. | Isaku Yamahata |
2010-05-15 | acpi: split out apm register emulation from acpi.c | Isaku Yamahata |
2010-05-15 | acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c | Isaku Yamahata |
2010-04-25 | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-01 | Fix -enable-kvm | Anthony Liguori |
2010-03-29 | Compile acpi only once | Blue Swirl |
2009-12-23 | acpi: use range helper function. | Isaku Yamahata |
2009-12-02 | Fix qemu_free use in acpi.c | Jean-Christophe DUBOIS |
2009-10-27 | kill dead nic unplug code. | Gerd Hoffmann |
2009-10-15 | hotplug: safely iterate bus's sibling list while removing a device | Mark McLoughlin |
2009-10-05 | pci: windup acpi-based hotplug | Gerd Hoffmann |
2009-10-05 | vmstate: add version_id argument to post_load | Juan Quintela |