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
*
resume: Don't attempt to use generic reboot mechanisms on QEMU
Kevin O'Connor
2017-03-13
1
-2
/
+2
*
QEMU fw_cfg: Write fw_cfg back on S3 resume
Ben Warren
2017-02-21
1
-0
/
+4
*
smp: restore MSRs on S3 resume
Paolo Bonzini
2016-07-07
1
-0
/
+1
*
resume: Make KVM soft reboot loop detection more flexible
Kevin O'Connor
2016-01-12
1
-9
/
+0
*
Implementation of the TCG BIOS extensions
Stefan Berger
2015-05-21
1
-0
/
+3
*
If an int 1587 call is made from an option rom, stay in bigreal mode.
Kevin O'Connor
2014-05-06
1
-3
/
+0
*
debug: Only call serial_debug_preinit() at startup.
Kevin O'Connor
2014-01-22
1
-1
/
+0
*
resume: restore piix pm config registers after resume
Marcel Apfelbaum
2014-01-15
1
-0
/
+2
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+0
*
Move dma code to new file hw/dma.c.
Kevin O'Connor
2013-09-28
1
-13
/
+0
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-3
/
+3
*
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
2013-09-18
1
-1
/
+3
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-5
/
+6
*
Move stacks.c definitions from util.h to new file stacks.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
-0
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-1
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-4
/
+4
*
PIC code cleanups.
Kevin O'Connor
2013-07-14
1
-2
/
+2
*
Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops.
Kevin O'Connor
2013-02-23
1
-0
/
+9
*
Add acpi_reboot() reset method using RESET_REG
David Woodhouse
2013-02-23
1
-0
/
+3
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-1
/
+1
*
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
2013-02-12
1
-5
/
+1
*
POST: Move cpu caching and dma setup to platform_hardware_setup().
Kevin O'Connor
2013-02-07
1
-2
/
+2
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-5
/
+5
*
Rename call16 to farcall16.
Kevin O'Connor
2012-05-28
1
-1
/
+1
*
Misc compile fixes for gcc v3.4.
Kevin O'Connor
2012-04-14
1
-0
/
+1
*
mask interrupts on S3 resume
Gleb Natapov
2012-02-01
1
-0
/
+1
*
Simplify POST entry code by moving reboot logic from post.c to resume.c.
Kevin O'Connor
2011-07-10
1
-38
/
+73
*
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
Kevin O'Connor
2010-12-05
1
-1
/
+1
*
Don't pass return address to transition(32,16,16big) on stack.
Kevin O'Connor
2010-11-25
1
-1
/
+1
*
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
[next]