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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vgabios: Only set the dcc_index=8 if stdvga ports are available
Kevin O'Connor
2014-10-27
1
-2
/
+1
*
vgabios: Only init BDA device details in init_bios_area()
Kevin O'Connor
2014-10-27
2
-20
/
+8
*
vgabios: Refactor get/set_cursor_shape() code
Kevin O'Connor
2014-10-27
3
-32
/
+29
*
vgabios: Set cursor shape fixes
Kevin O'Connor
2014-10-27
1
-11
/
+7
*
vgabios: Rename vbe_flags to flags
Kevin O'Connor
2014-10-27
2
-4
/
+7
*
vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()
Kevin O'Connor
2014-10-27
3
-19
/
+19
*
vgabios: Cache a pointer to the current mode struct in the BDA
Kevin O'Connor
2014-10-27
2
-2
/
+7
*
vgabios: Don't declare custom internal BDA storage in std/bda.h
Kevin O'Connor
2014-10-27
3
-8
/
+21
*
Create assembler macros for saving and restoring 'struct bregs'
Kevin O'Connor
2014-10-27
1
-20
/
+2
*
vgabios: Fix broken build resulting from e5749978.
Kevin O'Connor
2014-07-01
1
-2
/
+1
*
vgabios: Use .code16 not .code16gcc
David Woodhouse
2014-06-05
1
-1
/
+1
*
vgabios: Return from handle_1011() if handler found.
Kevin O'Connor
2014-05-28
1
-9
/
+9
*
vgabios: Add debug message if x86emu leal check triggers.
Kevin O'Connor
2014-05-13
1
-0
/
+10
*
vgabios: Define PlatformRunningOn to make compile happy.
Kevin O'Connor
2014-04-14
1
-0
/
+3
*
Minor - replace some tab characters that slipped into the code.
Kevin O'Connor
2014-04-11
1
-1
/
+1
*
vgabios: Initial support for coreboot native vga vgabios.
Kevin O'Connor
2014-04-11
6
-3
/
+249
*
vgabios: PMM scan was incorrectly depending on a zero %ds segment.
Kevin O'Connor
2014-04-11
1
-6
/
+6
*
vgabios: Add support for manipulating framebuffers in high memory.
Kevin O'Connor
2014-04-11
2
-0
/
+112
*
vgabios: Introduce text_address().
Kevin O'Connor
2014-04-11
3
-36
/
+24
*
vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.
Kevin O'Connor
2014-04-11
2
-367
/
+306
*
vgabios: Split vgafb_scroll() into separate move and clear functions.
Kevin O'Connor
2014-04-11
3
-122
/
+178
*
vgabios: Add option to control use of standard VGA IO ports.
Kevin O'Connor
2014-04-11
4
-13
/
+50
*
vga: rework bar detection, add virtio-vga
Gerd Hoffmann
2014-03-06
1
-4
/
+12
*
vgabios: Fix PMM allocation request size.
Kevin O'Connor
2014-03-05
1
-1
/
+1
*
vgabios: Make sure stdvga_list_modes() doesn't overrun the buffer.
Kevin O'Connor
2014-02-11
1
-1
/
+1
*
vgabios: Refactor write_teletype and write_chars.
Kevin O'Connor
2014-02-08
1
-49
/
+31
*
vgabios: Don't interpret TAB character.
Kevin O'Connor
2014-02-08
1
-7
/
+0
*
vgabios: Attempt to detect old x86emu and force a fault.
Kevin O'Connor
2014-02-05
1
-5
/
+22
*
vgabios: Simplify save/restore mechanism.
Kevin O'Connor
2014-02-05
10
-194
/
+97
*
vgabios: Simplify the bios save state area.
Kevin O'Connor
2014-02-05
2
-51
/
+13
*
vgabios: Make sure exported structs use PACKED.
Kevin O'Connor
2014-02-05
2
-3
/
+3
*
debug: Only call serial_debug_preinit() at startup.
Kevin O'Connor
2014-01-22
1
-1
/
+2
*
Small improvements to irqentry_extrastack assembler.
Kevin O'Connor
2013-12-09
1
-2
/
+1
*
vgabios: Avoid memory references via %esp register in vgabios.
Kevin O'Connor
2013-12-09
1
-5
/
+2
*
vgabios: Move initialization code to new file vgainit.c.
Kevin O'Connor
2013-12-04
4
-154
/
+175
*
vgabios: Support allocating an extra stack for vgabios calls and default on.
Kevin O'Connor
2013-12-04
3
-0
/
+110
*
vgabios: Work around lack of support for "calll" in x86emu emulation.
Kevin O'Connor
2013-12-04
1
-3
/
+20
*
vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.
Kevin O'Connor
2013-12-04
1
-0
/
+2
*
vgabios: Add bochsvga "HDTV" resolutions.
Kevin O'Connor
2013-12-04
1
-0
/
+9
*
vgabios: Support custom fonts in vga framebuffer text writing.
Kevin O'Connor
2013-12-04
1
-54
/
+67
*
vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.
Kevin O'Connor
2013-12-04
4
-7
/
+16
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
4
-18
/
+18
*
Move vbe.h to std/vbe.h.
Kevin O'Connor
2013-09-18
3
-3
/
+3
*
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
7
-31
/
+32
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
7
-5
/
+10
*
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
[prev]
[next]