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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
2014-12-29
1
-1
/
+1
*
build: set LC_ALL=C
Gerd Hoffmann
2014-12-03
1
-0
/
+1
*
build: Get fixed address variables from 32bit compile pass (not 16bit)
Kevin O'Connor
2014-06-11
1
-5
/
+5
*
build: Keep segmented sections separate until final link step.
Kevin O'Connor
2014-06-11
1
-1
/
+1
*
build: use -m16 where available instead of asm(".code16gcc")
David Woodhouse
2014-06-05
1
-1
/
+3
*
build: Avoid absolute paths during "whole-program" compiling.
Kevin O'Connor
2014-06-05
1
-2
/
+2
*
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
Kevin O'Connor
2014-06-04
1
-2
/
+1
*
build: Make sure romlayout.o is recompiled on Kconfig change.
Kevin O'Connor
2014-05-08
1
-1
/
+1
*
ld: don't hardcode "-melf_i386"
Roger Pau Monne
2014-05-08
1
-2
/
+3
*
vgabios: Initial support for coreboot native vga vgabios.
Kevin O'Connor
2014-04-11
1
-1
/
+2
*
xhci: Run the XHCI driver entirely in 32bit mode.
Kevin O'Connor
2014-01-29
1
-2
/
+2
*
Prevent build failure by not splitting line in the middle of arguments to che...
Sander Eikelenboom
2014-01-10
1
-2
/
+1
*
pvscsi: Always run entirely in 32bit mode.
Kevin O'Connor
2013-12-27
1
-2
/
+2
*
build: Don't trash the .config file when src/Kconfig changes.
Kevin O'Connor
2013-12-23
1
-1
/
+1
*
add hw/serialio.c to SRC32SEG
Gerd Hoffmann
2013-12-05
1
-1
/
+1
*
vgabios: Move initialization code to new file vgainit.c.
Kevin O'Connor
2013-12-04
1
-1
/
+2
*
vgabios: Support allocating an extra stack for vgabios calls and default on.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-2
/
+2
*
romfile_loader: utility to patch in-memory ROM files
Michael S. Tsirkin
2013-11-06
1
-1
/
+1
*
Add pvscsi boot support
Evgeny Budilovsky
2013-10-26
1
-1
/
+1
*
Build different final files for QEMU, coreboot, and CSM.
Kevin O'Connor
2013-10-16
1
-3
/
+18
*
Run ahci code entirely in 32bit mode.
Kevin O'Connor
2013-10-14
1
-2
/
+2
*
build: explicitly set ROM size
Gerd Hoffmann
2013-09-30
1
-1
/
+2
*
build: create output dirs in do-kconfig
Gerd Hoffmann
2013-09-30
1
-4
/
+2
*
Move dma code to new file hw/dma.c.
Kevin O'Connor
2013-09-28
1
-1
/
+1
*
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
-1
/
+1
*
build: simplify cross builds
Gerd Hoffmann
2013-09-25
1
-13
/
+18
*
usb: add xhci support
Gerd Hoffmann
2013-09-19
1
-1
/
+1
*
build: Fix import of gcc dependency files.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
build: Perform compile checking on vgasrc code.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-3
/
+3
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
build: Reorder makefile source list to group like files together.
Kevin O'Connor
2013-09-02
1
-11
/
+16
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-8
/
+8
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-11
/
+11
*
build: Don't use vpath makefile directive.
Kevin O'Connor
2013-09-02
1
-14
/
+12
*
Rename tools/ directory to scripts/ directory.
Kevin O'Connor
2013-08-17
1
-19
/
+19
*
Add config option to support memory allocations in 9-segment.
Kevin O'Connor
2013-08-10
1
-1
/
+1
*
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
2013-07-20
1
-1
/
+1
*
Add dependencies to vgafixup.py and buildversion.sh scripts.
Kevin O'Connor
2013-03-17
1
-3
/
+3
*
Add additional dependency checks to Makefile.
Kevin O'Connor
2013-03-08
1
-3
/
+6
*
Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.
Kevin O'Connor
2013-03-06
1
-1
/
+1
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-4
/
+4
*
build: Don't require $(OUT) to be a sub-directory of the main directory.
Kevin O'Connor
2013-02-17
1
-2
/
+2
*
Fix Makefile - don't reference "out/" directly, instead use "$(OUT)".
Kevin O'Connor
2013-02-17
1
-3
/
+3
*
Add CSM support
David Woodhouse
2013-02-07
1
-1
/
+1
*
Add compile checking phase to build.
Kevin O'Connor
2012-12-11
1
-4
/
+8
*
Don't use gcc's -combine option.
Kevin O'Connor
2012-12-11
1
-22
/
+5
*
Don't recursively evaluate CFLAGS variables.
Kevin O'Connor
2012-12-11
1
-6
/
+6
[next]