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
/
stacks.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
stacks: Use macro wrappers for call32() and stack_hop_back()
Kevin O'Connor
2015-10-15
1
-5
/
+20
*
Don't enable interrupts prior to IVT and PIC setup
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
Implement call32 mechanism using SMIs.
Kevin O'Connor
2014-10-15
1
-0
/
+5
*
Simplify farcall16 code
Kevin O'Connor
2014-10-11
1
-3
/
+3
*
Update stack_hop_back() to jump to 16bit mode if called in 32bit mode.
Kevin O'Connor
2014-09-30
1
-1
/
+1
*
Add need_hop_back() call that determines if stack_hop_back is needed
Kevin O'Connor
2014-09-30
1
-0
/
+10
*
Move stack hop code below call32/call16 code in stacks.c
Kevin O'Connor
2014-09-30
1
-1
/
+1
*
Abstract reset call (and possible 16bit mode switch) into reset() function.
Kevin O'Connor
2014-06-06
1
-0
/
+1
*
Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.
Kevin O'Connor
2014-04-07
1
-0
/
+2
*
Add call32_params() helper function.
Kevin O'Connor
2014-01-29
1
-0
/
+1
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+34