Message ID | 20160831155449.5154-1-fullmanet@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 2016-08-31 17:54, Reda Sallahi wrote: > 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> > --- > hw/sh4/shix.c | 2 +- > target-sh4/README.sh4 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/sh4/shix.c b/hw/sh4/shix.c > index ccc9e75..2ac79fc 100644 > --- a/hw/sh4/shix.c > +++ b/hw/sh4/shix.c > @@ -23,7 +23,7 @@ > */ > /* > Shix 2.0 board by Alexis Polti, described at > - http://perso.enst.fr/~polti/realisations/shix20/ > + web.archive.org/web/20070917001736/perso.enst.fr/~polti/realisations/shix20 Thanks for the patch. Maybe put the http:// in front. It will go over the 80 characters limits, but I think that's fine in such a case. I guess this will be merged through the trivial queue, that seems the best to me. Aurelien
diff --git a/hw/sh4/shix.c b/hw/sh4/shix.c index ccc9e75..2ac79fc 100644 --- a/hw/sh4/shix.c +++ b/hw/sh4/shix.c @@ -23,7 +23,7 @@ */ /* Shix 2.0 board by Alexis Polti, described at - http://perso.enst.fr/~polti/realisations/shix20/ + web.archive.org/web/20070917001736/perso.enst.fr/~polti/realisations/shix20 More information in target-sh4/README.sh4 */ diff --git a/target-sh4/README.sh4 b/target-sh4/README.sh4 index e578830..ece0464 100644 --- a/target-sh4/README.sh4 +++ b/target-sh4/README.sh4 @@ -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.
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> --- hw/sh4/shix.c | 2 +- target-sh4/README.sh4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)