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 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
*
vgabios: Make the naming in the LX code generic to Geode.
Nils
2012-01-14
1
-1
/
+1
*
vgabios: Rename vgaio.c to stdvga.c.
Kevin O'Connor
2011-12-31
1
-2
/
+2
*
vgabios: Move vbe code from vgabios.c to new file vbe.c.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Rename vga.c to vgabios.c.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Rename vbe.c to bochsvga.c.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Merge support for GeodeLX vga bios.
Kevin O'Connor
2011-12-27
1
-1
/
+2
*
Partially implement VBE interface, create VBE driver skeleton
Julian Pidancet
2011-12-20
1
-1
/
+1
*
Don't use -fomit-frame-pointer when building VGA bios.
Kevin O'Connor
2011-12-18
1
-6
/
+7
*
Minor - change indent of continued lines in Makefile.
Kevin O'Connor
2011-12-18
1
-19
/
+19
*
fix make help
Sebastian Herbszt
2011-11-29
1
-0
/
+3
*
acpi: add ssdt for pci hotplug
Michael S. Tsirkin
2011-11-22
1
-1
/
+1
*
acpi: extract aml from .lst
Michael S. Tsirkin
2011-10-30
1
-1
/
+1
*
acpi: automatically generated ssdt proc
Michael S. Tsirkin
2011-10-12
1
-1
/
+1
*
acpi: generate and parse mixed asl/aml listing
Michael S. Tsirkin
2011-10-12
1
-4
/
+6
*
Prep version for next release.
Kevin O'Connor
2011-10-04
1
-1
/
+1
[next]