diff options
author | Volker Ruppert <info@vruppert.de> | 2009-04-06 18:17:16 +0000 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-06-18 12:07:26 +0200 |
commit | 1f5bfad2071be7b174f67ab19e5994df748a7a79 (patch) | |
tree | a6b3767d23bacd98450a322f03bbe311af4eb57c | |
parent | 9c0f2fb7a3920af8098275791fd226aa77a35ec6 (diff) | |
download | qemu-vgabios-1f5bfad2071be7b174f67ab19e5994df748a7a79.tar.gz |
- preparing for release 0.6c
-rw-r--r-- | ChangeLog | 35 | ||||
-rw-r--r-- | README | 6 |
2 files changed, 41 insertions, 0 deletions
@@ -1,3 +1,38 @@ +2009-01-25 16:46 vruppert + + * vbe.c (1.62), vbe.h (1.28), vbetables-gen.c (1.5): + + - added support for a lot more non-standard VBE modes (e.g. widescreen modes) + - requires latest Bochs VBE code (16 MB video memory, VBE_DISPI_ID5, VRAM size + in 64k pages stored in VBE register) + - check if VBE mode is supported with current VRAM size + +2009-01-24 11:02 vruppert + + * clext.c (1.14), vbe.c (1.61), vgabios.c (1.68): + + - use VBE LFB address from PCI base address if present (rewrite of the cirrus + specific function in main vgabios code) + - removed unnecessary spaces + +2008-12-14 09:29 vruppert + + * clext.c (1.13): + + - added DPMS support to cirrus vgabios (patch from Gleb Natapov) + +2008-05-30 17:28 vruppert + + * README (1.16): + + - updated for release 0.6b + +2008-05-22 12:55 vruppert + + * ChangeLog (1.27), README (1.15): + + - preparations for release 0.6b + 2008-05-11 08:40 vruppert * biossums.c (1.6): @@ -90,6 +90,12 @@ For any information on qemu, visit the website http://fabrice.bellard.free.fr/qe History ------- +vgabios-0.6c : not yet released + - Volker + . added DPMS support to cirrus vgabios (patch from Gleb Natapov) + . use VBE LFB address from PCI base address if present + . added support for a lot more non-standard VBE modes (e.g. widescreen modes) + vgabios-0.6b : May 30 2008 - Volker . added PCI data structure for the Cirrus VGABIOS images |