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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build different final files for QEMU, coreboot, and CSM.
Kevin O'Connor
2013-10-16
3
-10
/
+28
*
Run ahci code entirely in 32bit mode.
Kevin O'Connor
2013-10-14
4
-18
/
+19
*
Support call16() calls after entering 32bit mode from call32().
Kevin O'Connor
2013-10-14
2
-7
/
+29
*
Update _farcall16() to pass segment of callregs explicitly.
Kevin O'Connor
2013-10-14
2
-36
/
+36
*
Make __call16 use C calling convention and support two passed parameters.
Kevin O'Connor
2013-10-14
2
-21
/
+19
*
Minor - move call16 assembler in romlayout.S.
Kevin O'Connor
2013-10-14
1
-24
/
+29
*
Rearrange stack_hop_back() call in wait_irq, check_irqs, and _farcall16.
Kevin O'Connor
2013-10-14
1
-3
/
+20
*
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
2013-10-14
9
-104
/
+104
*
build: explicitly set ROM size
Gerd Hoffmann
2013-09-30
3
-7
/
+28
*
build: create output dirs in do-kconfig
Gerd Hoffmann
2013-09-30
1
-4
/
+2
*
Minor - update file comments in src/malloc.c.
Kevin O'Connor
2013-09-28
1
-2
/
+2
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
36
-179
/
+179
*
Move dma code to new file hw/dma.c.
Kevin O'Connor
2013-09-28
5
-49
/
+67
*
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
15
-166
/
+177
*
Move PIT setup from clock.c to hw/timer.c.
Kevin O'Connor
2013-09-28
4
-68
/
+67
*
build: simplify cross builds
Gerd Hoffmann
2013-09-25
1
-13
/
+18
*
fix buildversion.sh
Gerd Hoffmann
2013-09-19
1
-1
/
+1
*
usb: add xhci support
Gerd Hoffmann
2013-09-19
7
-8
/
+1302
*
usb: add usb_update_pipe()
Gerd Hoffmann
2013-09-19
1
-5
/
+17
*
uas: add (temporary) superspeed stopgap
Gerd Hoffmann
2013-09-19
2
-0
/
+5
*
Add qemu detection to csm
Gerd Hoffmann
2013-09-19
1
-0
/
+3
*
Drop coreboot qemu detection
Gerd Hoffmann
2013-09-19
1
-4
/
+0
*
Add generic qemu detection
Gerd Hoffmann
2013-09-19
1
-5
/
+41
*
Sort the sections of util.h.
Kevin O'Connor
2013-09-18
1
-119
/
+119
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
25
-99
/
+57
*
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
2013-09-18
8
-162
/
+188
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
25
-352
/
+381
*
Move pmm definitions to new file std/pmm.h.
Kevin O'Connor
2013-09-18
2
-13
/
+20
*
Move pnpbios definition to new file std/pnpbios.h.
Kevin O'Connor
2013-09-18
4
-19
/
+26
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
12
-19
/
+17
*
Move fw/mptable.h to std/mptable.h.
Kevin O'Connor
2013-09-18
5
-6
/
+5
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
8
-11
/
+8
*
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
2013-09-18
5
-21
/
+11
*
Move vbe.h to std/vbe.h.
Kevin O'Connor
2013-09-18
5
-4
/
+4
*
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
2013-09-18
6
-7
/
+8
*
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
Kevin O'Connor
2013-09-18
6
-42
/
+42
*
build: Fix import of gcc dependency files.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move definition of struct segoff_s from farptr.h to types.h.
Kevin O'Connor
2013-09-18
7
-16
/
+11
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
73
-370
/
+425
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
44
-605
/
+658
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
16
-13
/
+33
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
29
-29
/
+62
*
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
63
-52
/
+111
*
Move keyboard calling code from util.c to boot.c.
Kevin O'Connor
2013-09-18
3
-43
/
+43
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
22
-179
/
+212
*
readme: Minor - fix typo in readme.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
vgabios: Limit the range of the VBE number of "pages" parameter.
Kevin O'Connor
2013-09-18
1
-0
/
+4
*
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
Kevin O'Connor
2013-09-18
4
-19
/
+18
*
bochsvga: fallback to stdvga if dispi interface isn't present
Gerd Hoffmann
2013-09-16
1
-19
/
+48
[next]