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
/
resume.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable inlining on old compilers.
Kevin O'Connor
2010-03-20
1
-0
/
+1
*
Reduce #ifs by weeding out some cross-chunk function definitions.
Kevin O'Connor
2010-01-03
1
-2
/
+0
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-2
/
+2
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-8
/
+6
*
Add option for running vga rom during s3 resume.
Kevin O'Connor
2009-07-04
1
-0
/
+2
*
Remove 0x09 as a normal post code (forward port from bochs).
Kevin O'Connor
2009-06-21
1
-1
/
+0
*
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
2009-06-15
1
-4
/
+0
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
1
-0
/
+2
*
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
Kevin O'Connor
2009-05-23
1
-2
/
+2
*
Minor - rename BX_PANIC to panic.
Kevin O'Connor
2009-02-08
1
-2
/
+2
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-2
/
+2
*
Fix apparent bug in 16bit resume code.
Kevin O'Connor
2009-01-19
1
-13
/
+11
*
Add CONFIG_S3_RESUME to control support for S3 resume.
Kevin O'Connor
2009-01-17
1
-10
/
+15
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.
Kevin O'Connor
2009-01-02
1
-1
/
+1
*
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
2009-01-02
1
-1
/
+1
*
Make sure to manually export s3_resume() for old buggy gcc versions.
Kevin O'Connor
2008-12-19
1
-0
/
+4
*
Add initial S3 resume support.
Kevin O'Connor
2008-12-18
1
-1
/
+42
*
Improve support for old 16bit resume handlers.
Kevin O'Connor
2008-12-10
1
-0
/
+81