index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
acpi.c
Age
Commit message (
Expand
)
Author
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
2009-09-11
vmstate: rename run_after_load() -> post_load()
Juan Quintela
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-08-27
Port ACPI to VMState
Juan Quintela
2009-08-09
Use qemu_irq for system_powerdown
Blue Swirl
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-22
acpi.c: make qemu_system_device_hot_add piix independent.
Isaku Yamahata
2009-05-23
Add common BusState
Paul Brook
[next]