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
...
*
build: Report gcc and binutils versions in debug log
Kevin O'Connor
2015-10-15
2
-0
/
+2
*
build: Rework version generation; don't allow make version override
Kevin O'Connor
2015-10-15
1
-0
/
+5
*
Fix typos found by codespell
Stefan Weil
2015-10-09
1
-1
/
+1
*
vgafb: Minor - move gfx_common() variables outside of switch statement
Kevin O'Connor
2015-08-04
1
-12
/
+5
*
build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS
Kevin O'Connor
2015-06-15
1
-0
/
+1
*
vga: add virtio-vga to kconfig
Gerd Hoffmann
2015-06-11
1
-0
/
+5
*
vga: rework virtio-vga support
Gerd Hoffmann
2015-06-11
1
-4
/
+1
*
vga: simplify vga builds
Gerd Hoffmann
2015-06-11
1
-2
/
+22
*
vgabios: Emulate "leal" instruction
Kevin O'Connor
2015-04-11
1
-23
/
+1
*
vgabios: Add config option for assembler fixups
Kevin O'Connor
2015-04-10
2
-0
/
+14
*
vgabios: Don't use "smsww" instruction - it confuses x86emu
Kevin O'Connor
2015-04-10
1
-1
/
+1
*
vgabios: Don't use extra stack if it appears a modern OS is in use
Kevin O'Connor
2015-03-18
3
-3
/
+25
*
vgabios: On bda_save_restore() the saved vbe_mode also has flags in it
Kevin O'Connor
2015-03-17
1
-1
/
+1
*
vgabios: Support emulated text in gfx_read_char()
Kevin O'Connor
2015-01-07
1
-6
/
+19
*
vgabios: implement read char in graphics mode
Paolo Bonzini
2015-01-06
1
-12
/
+41
*
vgabios: fix graphics operation with Bochs VGA in non-DISPI modes
Paolo Bonzini
2015-01-06
1
-8
/
+19
*
Use an aligned stack offset when entering on the extra stack
Kevin O'Connor
2014-11-12
1
-10
/
+10
*
vgabios: Add software cursor capability
Kevin O'Connor
2014-11-12
6
-5
/
+143
*
vgabios: Support emulating text mode attributes while in graphics mode
Kevin O'Connor
2014-11-12
5
-10
/
+47
*
vgabios: Add support for reading framebuffer in "direct" mode
Kevin O'Connor
2014-10-27
1
-5
/
+32
*
vgabios: Fill in available legacy modes in video_func_static at runtime
Kevin O'Connor
2014-10-27
3
-2
/
+12
*
vgabios: Move standard table definitions to std/vga.h
Kevin O'Connor
2014-10-27
4
-67
/
+16
*
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
[prev]
[next]