From: Philippe Mathieu-Daudé Date: Sat, 4 May 2019 12:16:50 +0000 (+0200) Subject: hw/display/cirrus_vga: Update the documentation URL X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=295854686eaff0edb7e27b14c8b47ca18a9f31b9;p=qemu.git 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é Message-id: 20190504121650.12651-1-philmd@redhat.com Signed-off-by: Gerd Hoffmann --- diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c index a0e71469f4..a04440b374 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"