index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vga_template.h
Age
Commit message (
Expand
)
Author
2012-02-04
vga: use constants from vga.h
Blue Swirl
2012-02-04
vga: move Cirrus VGA template to its own file
Blue Swirl
2009-09-09
vga: Rename last VGAState occurrences to VGACommonState
Juan Quintela
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2006-05-11
BGR_FORMAT fix
bellard
2006-05-10
bgr32 pixel format support
bellard
2004-10-10
limited 8 bit support - removed unaligned memory accesses in VGA (initial pat...
bellard
2004-06-21
endianness fixes
bellard
2004-06-06
hardware cursor depth = 15 fix
bellard
2004-06-06
generic hardware cursor support
bellard
2004-04-07
vga 9 pixel wide text char fix
bellard
2004-02-06
added bochs VBE support
bellard
2003-10-27
full softmmu support
bellard
2003-09-16
depth 32 fix
bellard
2003-08-08
Full VGA support, including old CGA modes, VGA planar and mode X
bellard
2003-08-05
fixed graphical VGA 16 color mode - fixed 9 pixel wide text mode
bellard
2003-08-04
Hardware level VGA emulation (only text mode is tested)
bellard