index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
acpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
acpi: remove strzcpy (strncpy-identical) function; just use strncpy
Jim Meyering
2012-10-05
1
-16
/
+8
*
qmp: add SUSPEND_DISK event
Luiz Capitulino
2012-08-13
1
-0
/
+2
*
Add PIIX4 properties to control PM system states.
Gleb Natapov
2012-06-19
1
-1
/
+4
*
suspend: make acpi timer wakeup the guest.
Gerd Hoffmann
2012-02-24
1
-0
/
+8
*
suspend: make rtc alarm wakeup the guest.
Gerd Hoffmann
2012-02-24
1
-0
/
+7
*
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
2012-02-24
1
-11
/
+21
*
acpi: add acpi_pm1_evt_write_en
Gerd Hoffmann
2012-02-24
1
-0
/
+5
*
acpi: don't pass overflow_time to acpi_pm1_evt_get_sts
Gerd Hoffmann
2012-02-24
1
-3
/
+3
*
acpi: add ACPIREGS
Gerd Hoffmann
2012-02-24
1
-66
/
+64
*
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-13
1
-0
/
+3
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-1
/
+1
*
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-5
/
+5
*
revamp acpitable parsing and allow to specify complete (headerful) table
Michael Tokarev
2011-07-30
1
-126
/
+172
*
fix acpi regression
Wen Congyang
2011-04-12
1
-1
/
+1
*
acpi, acpi_piix: factor out GPE logic
Isaku Yamahata
2011-04-10
1
-0
/
+66
*
acpi, acpi_piix, vt82c686: factor out PM1_CNT logic
Isaku Yamahata
2011-04-09
1
-0
/
+49
*
acpi, acpi_piix, vt82c686: factor out PM1a EVT logic
Isaku Yamahata
2011-04-09
1
-0
/
+37
*
acpi, acpi_piix, vt82c686: factor out PM_TMR logic
Isaku Yamahata
2011-04-09
1
-0
/
+45
*
acpi: Fix an infinite loop in acpi_table_add
Vincent Minet
2010-10-09
1
-1
/
+1
*
acpi: fix file size check with -acpitable.
Isaku Yamahata
2010-08-30
1
-9
/
+19
*
Trim unnecessary includes
Blue Swirl
2010-05-15
1
-2
/
+0
*
acpi: split acpi.c into the common part and the piix4 part.
Isaku Yamahata
2010-05-15
1
-562
/
+0
*
acpi: add acpi constants from linux header files and use them.
Isaku Yamahata
2010-05-15
1
-31
/
+25
*
acpi: split out apm register emulation from acpi.c
Isaku Yamahata
2010-05-15
1
-43
/
+18
*
acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c
Isaku Yamahata
2010-05-15
1
-156
/
+8
*
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-3
/
+2
*
Fix -enable-kvm
Anthony Liguori
2010-04-01
1
-1
/
+2
*
Compile acpi only once
Blue Swirl
2010-03-29
1
-10
/
+15
*
acpi: use range helper function.
Isaku Yamahata
2009-12-23
1
-1
/
+1
*
Fix qemu_free use in acpi.c
Jean-Christophe DUBOIS
2009-12-02
1
-1
/
+1
*
kill dead nic unplug code.
Gerd Hoffmann
2009-10-27
1
-3
/
+0
*
hotplug: safely iterate bus's sibling list while removing a device
Mark McLoughlin
2009-10-15
1
-2
/
+2
*
pci: windup acpi-based hotplug
Gerd Hoffmann
2009-10-05
1
-20
/
+21
*
vmstate: add version_id argument to post_load
Juan Quintela
2009-10-05
1
-1
/
+1
*
vmstate: rename run_after_load() -> post_load()
Juan Quintela
2009-09-11
1
-2
/
+2
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-4
/
+5
*
Port ACPI to VMState
Juan Quintela
2009-08-27
1
-34
/
+21
*
Use qemu_irq for system_powerdown
Blue Swirl
2009-08-09
1
-12
/
+16
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
acpi.c: make qemu_system_device_hot_add piix independent.
Isaku Yamahata
2009-06-22
1
-2
/
+18
*
Add common BusState
Paul Brook
2009-05-23
1
-1
/
+1
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-05-03
1
-1
/
+1
*
Fix hw/acpi.c build w/ DEBUG enabled
Alex Williamson
2009-05-01
1
-6
/
+6
*
kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)
aliguori
2009-04-17
1
-6
/
+11
*
Remove some warnings and fix windows build.
aliguori
2009-02-27
1
-2
/
+2
*
Allow additions of ACPI tables from command line (Gleb Natapov)
aliguori
2009-02-27
1
-0
/
+169
*
Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...
aliguori
2009-02-16
1
-4
/
+4
[next]