aboutsummaryrefslogtreecommitdiff
path: root/hw/display
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-05-04 14:16:50 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-07 09:11:27 +0200
commit295854686eaff0edb7e27b14c8b47ca18a9f31b9 (patch)
tree6988c182e73899f78ea37ccc346b7e53a2d51866 /hw/display
parentd52680fc932efb8a2f334cc6993e705ed1e31e99 (diff)
downloadqemu-295854686eaff0edb7e27b14c8b47ca18a9f31b9.zip
qemu-295854686eaff0edb7e27b14c8b47ca18a9f31b9.tar.gz
qemu-295854686eaff0edb7e27b14c8b47ca18a9f31b9.tar.bz2
hw/display/cirrus_vga: Update the documentation URL
The documentation URL is not working, but is backed up by the Wayback Machine on the Internet Archive. Replace the outdated link by a captured one. Add another link to the VGADOC4b.ZIP archive content. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190504121650.12651-1-philmd@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display')
-rw-r--r--hw/display/cirrus_vga.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c
index a0e7146..a04440b 100644
--- a/hw/display/cirrus_vga.c
+++ b/hw/display/cirrus_vga.c
@@ -23,8 +23,13 @@
* THE SOFTWARE.
*/
/*
- * Reference: Finn Thogersons' VGADOC4b
- * available at http://home.worldonline.dk/~finth/
+ * Reference: Finn Thogersons' VGADOC4b:
+ *
+ * http://web.archive.org/web/20021019054927/http://home.worldonline.dk/finth/
+ *
+ * VGADOC4b.ZIP content available at:
+ *
+ * https://pdos.csail.mit.edu/6.828/2005/readings/hardware/vgadoc
*/
#include "qemu/osdep.h"
#include "qemu/units.h"