]> git.proxmox.com Git - mirror_qemu.git/commitdiff
sh4: fix broken link to documentation
authorReda Sallahi <fullmanet@gmail.com>
Wed, 31 Aug 2016 16:31:04 +0000 (18:31 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 15 Sep 2016 12:32:22 +0000 (15:32 +0300)
The page that was previously linked in the source code and the README file is
no longer available so it now returns a 404 error message.

This puts a previous snapshot from archive.org instead.

Signed-off-by: Reda Sallahi <fullmanet@gmail.com>
Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/sh4/shix.c
target-sh4/README.sh4

index ccc9e75894f1ff2cce918f8f76dcb1f58f29e883..14d4007c1c47897812f9d8f6de4ff8fb48a852c1 100644 (file)
@@ -23,7 +23,7 @@
  */
 /*
    Shix 2.0 board by Alexis Polti, described at
-   http://perso.enst.fr/~polti/realisations/shix20/
+   https://web.archive.org/web/20070917001736/perso.enst.fr/~polti/realisations/shix20
 
    More information in target-sh4/README.sh4
 */
index e578830f79d3ce7be46c35bea2c32b36eeb8d1e4..ece046442ab9378de731c92738f90f1b7f712a40 100644 (file)
@@ -25,7 +25,7 @@ Goals
 
 The primary model being worked on is the soft MMU target to be able to
 emulate the Shix 2.0 board by Alexis Polti, described at
-http://perso.enst.fr/~polti/realisations/shix20/
+https://web.archive.org/web/20070917001736/http://perso.enst.fr/~polti/realisations/shix20/
 
 Ultimately, qemu will be coupled with a system C or a verilog
 simulator to simulate the whole board functionalities.