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
/
vgabios.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-2
/
+2
*
vgabios: implement AX=1120H..1124H functions
Paolo Bonzini
2013-01-12
1
-0
/
+60
*
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
2012-06-10
1
-4
/
+1
*
vgabios: Fetch _rom_header_size from the global segment when computing the RO...
Julian Pidancet
2012-03-06
1
-1
/
+2
*
vgabios: int1009 handler bug limits count to 256 characters.
Kevin O'Connor
2012-03-06
1
-0
/
+5
*
vgabios: Some tweaks to optimize stack space.
Kevin O'Connor
2012-02-13
1
-55
/
+41
*
vgabios: Minor vgabios fixes.
Kevin O'Connor
2012-02-12
1
-17
/
+5
*
vgabios: Add version string to debug output.
Kevin O'Connor
2012-02-11
1
-0
/
+2
*
vgabios: Implement VBE save/restore state function (func 04).
Kevin O'Connor
2012-02-04
1
-5
/
+8
*
vgabios: Move save/restore state code from vgabios.c to stdvga.c.
Kevin O'Connor
2012-02-04
1
-66
/
+30
*
vgabios: Handle VGA option rom being re-run.
Kevin O'Connor
2012-02-02
1
-1
/
+7
*
vgabios: Compare PCI ids against pci rom struct instead of config settings.
Kevin O'Connor
2012-02-01
1
-2
/
+4
*
vgabios: Minor - pass display address to stdvga_set_cursor_pos().
Kevin O'Connor
2012-02-01
1
-5
/
+3
*
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
2012-02-01
1
-3
/
+2
*
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
2012-02-01
1
-0
/
+16
*
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
2012-02-01
1
-6
/
+24
*
vgabios: Extract out current mode finding into new function.
Kevin O'Connor
2012-01-21
1
-1
/
+12
*
vgabios: Check that the PCI BDF passed in is valid before using.
Kevin O'Connor
2012-01-19
1
-2
/
+9
*
vgabios: Move video_param_table definition to vgabios.c.
Kevin O'Connor
2012-01-16
1
-1
/
+17
*
vgabios: Move static_functionality[] from vgatables.c to vgabios.c.
Kevin O'Connor
2012-01-16
1
-0
/
+16
*
vgabios: Add wrapper functions for accessing standard VGA registers.
Kevin O'Connor
2012-01-16
1
-8
/
+8
*
vgabios: Hook up Cirrus extended bios functions.
Kevin O'Connor
2012-01-14
1
-5
/
+6
*
vgabios: Extract out common parts of struct vgamode_s.
Kevin O'Connor
2012-01-14
1
-3
/
+3
*
vgabios: Unify page size calculations; remove page size from vgamode_s.
Kevin O'Connor
2012-01-14
1
-27
/
+26
*
vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.
Kevin O'Connor
2012-01-14
1
-5
/
+13
*
vgabios: Use vesa style memory model flags in stdvga code.
Kevin O'Connor
2012-01-14
1
-2
/
+3
*
vgabios: Make the naming in the LX code generic to Geode.
Nils
2012-01-14
1
-1
/
+1
*
vgabios: Unify X_init() functions.
Kevin O'Connor
2011-12-31
1
-9
/
+9
*
vgabios: Unify X_set_mode() functions.
Kevin O'Connor
2011-12-31
1
-13
/
+4
*
vgabios: Create clext.h and use "clext_" as prefix for exported funcs.
Kevin O'Connor
2011-12-31
1
-2
/
+3
*
vgabios: Refactor vga_set_mode and stdvga_set_mode.
Kevin O'Connor
2011-12-31
1
-73
/
+16
*
vgabios: Change vga_set_mode() to directly setup BDA.
Kevin O'Connor
2011-12-31
1
-23
/
+11
*
vgabios: Don't call int10 during mode switch.
Kevin O'Connor
2011-12-31
1
-14
/
+2
*
vgabios: Move vgafb_load_font to stdvga.c.
Kevin O'Connor
2011-12-31
1
-10
/
+10
*
vgabios: Rename vgahw_* functions to stdvga_*.
Kevin O'Connor
2011-12-31
1
-38
/
+38
*
vgabios: Rename vgaio.c to stdvga.c.
Kevin O'Connor
2011-12-31
1
-0
/
+1
*
vgabios: Move vbe code from vgabios.c to new file vbe.c.
Kevin O'Connor
2011-12-31
1
-289
/
+0
*
vgabios: Rename vga.c to vgabios.c.
Kevin O'Connor
2011-12-31
1
-0
/
+1596
[prev]