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
...
*
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
*
seabios: q35: add dsdt
Isaku Yamahata
2012-12-01
1
-1
/
+1
*
megasas: Add boot support for LSI MegaRAID SAS
Hannes Reinecke
2012-11-19
1
-1
/
+1
*
acpi: move s3/s4/s5 to build_ssdt
Paolo Bonzini
2012-09-02
1
-1
/
+1
*
Makefile: delete output on error
Michael S. Tsirkin
2012-09-02
1
-0
/
+1
*
Make iasl option check work with older versions of iasl.
Kevin O'Connor
2012-08-29
1
-1
/
+1
*
scsi: add AMD PCscsi driver
Paolo Bonzini
2012-08-07
1
-1
/
+1
*
acpi: fix build with new iasl compiler
Michael S. Tsirkin
2012-08-04
1
-1
/
+4
*
lsi53c895a boot support
Gerd Hoffmann
2012-07-21
1
-1
/
+1
*
usb attached scsi boot support
Gerd Hoffmann
2012-07-21
1
-1
/
+2
*
Cache romfile entries.
Kevin O'Connor
2012-06-02
1
-1
/
+1
*
remove iasl-generated hex files from git repo
Kevin O'Connor
2012-05-30
1
-7
/
+7
*
Add IASL definition to the Makefile.
Marc Jones
2012-04-30
1
-1
/
+2
*
seabios: readd Makefile rule for ACPI
Michael S. Tsirkin
2012-03-31
1
-0
/
+1
*
Use "git describe" in the build generated version description.
Kevin O'Connor
2012-03-24
1
-7
/
+4
*
add virtio-scsi driver
Paolo Bonzini
2012-03-06
1
-1
/
+1
*
vgabios: Initial support for fixing up assembler to workaround x86emu.
Kevin O'Connor
2012-03-06
1
-1
/
+7
*
Don't compile with -mrtd.
Kevin O'Connor
2012-03-06
1
-1
/
+1
*
vgabios: Add version string to debug output.
Kevin O'Connor
2012-02-11
1
-2
/
+4
*
Direct compile 16bit C code instead of including via .S files.
Kevin O'Connor
2012-02-11
1
-25
/
+33
*
Add PYTHON definition to Makefile.
Kevin O'Connor
2012-02-08
1
-5
/
+6
*
vgabios: Build vgabios by default if enabled in Kconfig.
Kevin O'Connor
2012-01-16
1
-19
/
+23
*
vgabios: Rename vgatables.c to stdvgamodes.c.
Kevin O'Connor
2012-01-16
1
-1
/
+1
*
vgabios: Add wrapper functions for accessing standard VGA registers.
Kevin O'Connor
2012-01-16
1
-3
/
+4
*
vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.
Kevin O'Connor
2012-01-14
1
-1
/
+1
[prev]
[next]