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: 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
*
Fix GPE registers read/write handling. (Gleb Natapov)
aliguori
2009-02-16
1
-12
/
+31
*
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+4
*
qemu: pci hotplug GPE support (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+94
*
qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+68
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-2
/
+1
*
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
2009-01-26
1
-4
/
+2
*
Always return latest pmsts instead of the old one (Xiantao Zhang)
aliguori
2009-01-21
1
-1
/
+1
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Handle suspend in qemu (Gleb Natapov)
aliguori
2008-12-17
1
-0
/
+23
*
Add KVM support to QEMU
aliguori
2008-11-05
1
-0
/
+7
*
x86: Fix powerdown for non-ACPI case
aurel32
2008-09-02
1
-2
/
+4
*
ACPI suspend type field is 3 bits long
aurel32
2008-08-19
1
-1
/
+1
*
Revert "fix power management timer overflow handling" (Avi Kivity).
balrog
2008-07-19
1
-1
/
+0
*
Ignore the wrapping of acpi timer counter again.
balrog
2008-04-27
1
-46
/
+38
*
Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay).
balrog
2008-04-26
1
-38
/
+46
*
SCI fixes
aurel32
2008-03-18
1
-2
/
+19
*
Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti).
balrog
2008-01-14
1
-1
/
+1
*
qemu_put signedness fixes, by Andre Przywara.
ths
2007-12-16
1
-2
/
+2
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+7
*
Match values with the ones documented in the PIIX4 datasheet.
ths
2007-10-09
1
-1
/
+3
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-4
/
+4
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-8
/
+8
*
Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann.
ths
2007-07-31
1
-0
/
+11
*
SMBus support for MIPS Malta.
ths
2007-05-28
1
-4
/
+1
*
I2C/SMBus framework.
pbrook
2007-05-23
1
-39
/
+18
*
Remove unused variable.
pbrook
2007-04-15
1
-1
/
+1
*
Unify IRQ handling.
pbrook
2007-04-07
1
-1
/
+1
*
PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
ths
2007-02-02
1
-0
/
+185
*
SMI enable bit support
bellard
2006-10-02
1
-13
/
+2
[next]