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
*
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
Kevin O'Connor
2016-08-05
1
-1
/
+0
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
1
-0
/
+1
*
vgainit: Move video param setup to stdvga_build_video_param()
Kevin O'Connor
2016-08-05
1
-0
/
+1
*
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Kevin O'Connor
2016-08-04
1
-0
/
+1
*
swcursor: Concentrate swcursor logic in swcursor.c
Kevin O'Connor
2016-08-04
1
-6
/
+2
*
vgabios: Simplify scroll logic
Kevin O'Connor
2016-07-21
1
-43
/
+14
*
vgabios: Simplify set_cursor_pos()
Kevin O'Connor
2016-07-04
1
-18
/
+10
*
vgabios: Don't check for special case of page==0xff on external calls
Kevin O'Connor
2016-07-04
1
-10
/
+4
*
vgabios: Remove special case of dh==0xff in handle_1013()
Kevin O'Connor
2016-07-04
1
-7
/
+1
*
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
1
-0
/
+6
*
vgabios: On bda_save_restore() the saved vbe_mode also has flags in it
Kevin O'Connor
2015-03-17
1
-1
/
+1
*
vgabios: Add software cursor capability
Kevin O'Connor
2014-11-12
1
-3
/
+10
*
vgabios: Fill in available legacy modes in video_func_static at runtime
Kevin O'Connor
2014-10-27
1
-2
/
+2
*
vgabios: Move standard table definitions to std/vga.h
Kevin O'Connor
2014-10-27
1
-36
/
+8
*
vgabios: Only init BDA device details in init_bios_area()
Kevin O'Connor
2014-10-27
1
-9
/
+0
*
vgabios: Refactor get/set_cursor_shape() code
Kevin O'Connor
2014-10-27
1
-28
/
+25
*
vgabios: Set cursor shape fixes
Kevin O'Connor
2014-10-27
1
-11
/
+7
*
vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()
Kevin O'Connor
2014-10-27
1
-15
/
+7
*
vgabios: Cache a pointer to the current mode struct in the BDA
Kevin O'Connor
2014-10-27
1
-2
/
+6
*
vgabios: Don't declare custom internal BDA storage in std/bda.h
Kevin O'Connor
2014-10-27
1
-4
/
+4
*
vgabios: Return from handle_1011() if handler found.
Kevin O'Connor
2014-05-28
1
-9
/
+9
*
vgabios: Introduce text_address().
Kevin O'Connor
2014-04-11
1
-8
/
+4
*
vgabios: Split vgafb_scroll() into separate move and clear functions.
Kevin O'Connor
2014-04-11
1
-11
/
+52
*
vgabios: Add option to control use of standard VGA IO ports.
Kevin O'Connor
2014-04-11
1
-12
/
+32
*
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: Simplify save/restore mechanism.
Kevin O'Connor
2014-02-05
1
-41
/
+37
*
vgabios: Simplify the bios save state area.
Kevin O'Connor
2014-02-05
1
-37
/
+10
*
vgabios: Make sure exported structs use PACKED.
Kevin O'Connor
2014-02-05
1
-1
/
+1
*
vgabios: Move initialization code to new file vgainit.c.
Kevin O'Connor
2013-12-04
1
-153
/
+1
*
vgabios: Support allocating an extra stack for vgabios calls and default on.
Kevin O'Connor
2013-12-04
1
-0
/
+43
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
Move vbe.h to std/vbe.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
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
1
-8
/
+9
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
vgabios: Fix cirrus memory clear on mode switch.
Kevin O'Connor
2013-03-09
1
-1
/
+1
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-1
/
+1
*
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
[next]