index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fw
/
acpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+1
*
acpi: Don't build SSDT files on every build; store them in git
Kevin O'Connor
2015-11-19
1
-4
/
+4
*
acpi: use specified macro instead of magic-number
zhanghailiang
2014-08-22
1
-6
/
+10
*
piix: add and use dev-piix.h
Paolo Bonzini
2014-06-04
1
-12
/
+6
*
acpi: remove PORT_ACPI_PM_BASE constant
Gerd Hoffmann
2014-05-20
1
-7
/
+7
*
Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.
Kevin O'Connor
2014-04-07
1
-0
/
+1
*
Use biostables.c for copying bios tables even when generating them.
Kevin O'Connor
2014-04-07
1
-12
/
+7
*
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
Kevin O'Connor
2014-04-07
1
-128
/
+1
*
acpi: strip compiler info in built-in DSDT if any
Michael S. Tsirkin
2013-11-19
1
-1
/
+4
*
acpi: load and link tables through romfile loader
Michael S. Tsirkin
2013-11-06
1
-0
/
+21
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+0
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-1
/
+3
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+5
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+788