aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/shadow.c
Commit message (Expand)AuthorAgeFilesLines
* shadow: Don't invoke a shutdown on reboot unless in a reboot loopKevin O'Connor2018-02-221-11/+16
* resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor2017-03-131-1/+13
* shadow: Batch PCI config writesKevin O'Connor2016-04-061-17/+38
* optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYEDKevin O'Connor2016-04-061-14/+1
* post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor2016-01-121-0/+2
* resume: Make KVM soft reboot loop detection more flexibleKevin O'Connor2016-01-121-2/+13
* memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor2015-10-151-6/+4
* Fix typos found by codespellStefan Weil2015-10-091-1/+1
* piix: add and use dev-piix.hPaolo Bonzini2014-06-041-2/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+5
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+2
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-0/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-0/+168