Sign in
qemu
/
qemu
/
c28b14c694d759f39fe3ae4f8d03b567da5b93f8
/
hw
/
acpi.c
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
· 15 years ago
e59fb37
vmstate: add version_id argument to post_load
by Juan Quintela
· 15 years ago
752ff2f
vmstate: rename run_after_load() -> post_load()
by Juan Quintela
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
76dec49
Port ACPI to VMState
by Juan Quintela
· 15 years ago
d9c3231
Use qemu_irq for system_powerdown
by Blue Swirl
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 15 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 15 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
· 16 years ago
f99ed40
ACPI suspend type field is 3 bits long
by aurel32
· 16 years ago
8225894
Revert "fix power management timer overflow handling" (Avi Kivity).
by balrog
· 16 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
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
24bc1cb
Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann.
by ths
· 17 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
· 18 years ago
ab1e34a
moved ACPI table init to BIOS - preliminary SMM support
by bellard
· 18 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