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
/
vgasrc
/
bochsvga.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode
Kevin O'Connor
2024-03-15
1
-8
/
+8
*
vgabios: Simplify save/restore mechanism.
Kevin O'Connor
2014-02-05
1
-3
/
+1
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-12
/
+0
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-1
/
+1
*
vgabios: Implement VBE save/restore state function (func 04).
Kevin O'Connor
2012-02-04
1
-0
/
+3
*
vgabios: Add support for VBE get/set dac palette format (func 08).
Kevin O'Connor
2012-02-04
1
-0
/
+2
*
vgabios: Move bocshvga mode checking from runtime to init.
Kevin O'Connor
2012-02-01
1
-2
/
+2
*
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
2012-02-01
1
-0
/
+2
*
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
2012-02-01
1
-0
/
+2
*
vgabios: Add support for vesa get/set window function.
Kevin O'Connor
2012-02-01
1
-0
/
+2
*
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
2012-02-01
1
-1
/
+1
*
vgabios: Use standard VGA IO wrapper functions in bochsvga.
Kevin O'Connor
2012-01-16
1
-1
/
+1
*
vgabios: Make VBE code independent of bochsvga.
Kevin O'Connor
2012-01-14
1
-8
/
+0
*
vgabios: Unify code to generate the vbe mode list.
Kevin O'Connor
2012-01-14
1
-1
/
+1
*
vgabios: Use vgamode_s in cirrus and bochsvga mode tables.
Kevin O'Connor
2012-01-14
1
-0
/
+1
*
vgabios: Unify X_init() functions.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Unify X_set_mode() functions.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Rename vga.c to vgabios.c.
Kevin O'Connor
2011-12-31
1
-3
/
+3
*
vgabios: Use bochsvga_ prefix for bochs vga functions.
Kevin O'Connor
2011-12-31
1
-0
/
+12
*
vgabios: Rename vbe.c to bochsvga.c.
Kevin O'Connor
2011-12-31
1
-0
/
+55