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
/
smm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smm: Suppress gcc array-bounds warnings
Kevin O'Connor
2022-01-21
1
-6
/
+15
*
stacks: Don't update the A20 settings if they haven't changed
Kevin O'Connor
2017-05-16
1
-2
/
+4
*
smm: Backup and restore A20 on an SMI based mode switch
Kevin O'Connor
2017-05-16
1
-1
/
+8
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-0
/
+1
*
smm: ignore bits 16,18-31 of SMM revision ID at runtime too
Kevin O'Connor
2015-07-30
1
-3
/
+3
*
smm: fix outl argument order
Paolo Bonzini
2015-07-30
1
-1
/
+1
*
smm: ignore bits 16,18-31 of SMM revision ID
Paolo Bonzini
2015-05-11
1
-4
/
+11
*
Implement call32 mechanism using SMIs.
Kevin O'Connor
2014-10-15
1
-1
/
+45
*
Minor - remove stray tab from src/fw/smm.c.
Kevin O'Connor
2014-08-23
1
-2
/
+1
*
Make sure handle_smi() and handle_smp() are compiled out if not enabled.
Kevin O'Connor
2014-06-05
1
-0
/
+2
*
smm: Use a C struct to define the layout of the SMM area.
Kevin O'Connor
2014-06-04
1
-12
/
+52
*
smm: Replace SMI assembler code with C code.
Kevin O'Connor
2014-06-04
1
-39
/
+30
*
smm: unify SMM handlers
Paolo Bonzini
2014-06-04
1
-16
/
+11
*
smm: complete SMM setup
Paolo Bonzini
2014-06-04
1
-1
/
+11
*
piix: add and use dev-piix.h
Paolo Bonzini
2014-06-04
1
-6
/
+3
*
acpi: remove PORT_ACPI_PM_BASE constant
Gerd Hoffmann
2014-05-20
1
-2
/
+2
*
smm: remove code to handle ACPI disable/enable
Paolo Bonzini
2014-05-20
1
-25
/
+0
*
Minor - replace some tab characters that slipped into the code.
Kevin O'Connor
2014-04-11
1
-2
/
+2
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+5
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+196