[Qemu-devel] [PATCH] hw/display/cirrus_vga: Update the documentation URL

Philippe Mathieu-Daudé posted 1 patch 4 years, 10 months ago
Test docker-mingw@fedora passed
Test asan passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190504121650.12651-1-philmd@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/display/cirrus_vga.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH] hw/display/cirrus_vga: Update the documentation URL
Posted by Philippe Mathieu-Daudé 4 years, 10 months ago
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>
---
 hw/display/cirrus_vga.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c
index a0e71469f4d..a04440b3748 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"
-- 
2.20.1


Re: [Qemu-devel] [PATCH] hw/display/cirrus_vga: Update the documentation URL
Posted by Gerd Hoffmann 4 years, 10 months ago
On Sat, May 04, 2019 at 02:16:50PM +0200, Philippe Mathieu-Daudé wrote:
> 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.

Added to vga patch queue.

thanks,
  Gerd