All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] sh4: fix broken link to documentation
@ 2016-08-31 16:31 Reda Sallahi
  2016-08-31 20:09 ` Aurelien Jarno
  2016-09-14  5:40 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Reda Sallahi @ 2016-08-31 16:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Magnus Damm, Aurelien Jarno, Reda Sallahi

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>
---
Changes from v1:
* Add the 'https://' part to the link in hw/sh4/shix.c.

 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..14d4007 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/
+   https://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.
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH v2] sh4: fix broken link to documentation
  2016-08-31 16:31 [Qemu-devel] [PATCH v2] sh4: fix broken link to documentation Reda Sallahi
@ 2016-08-31 20:09 ` Aurelien Jarno
  2016-09-14  5:40 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2016-08-31 20:09 UTC (permalink / raw)
  To: Reda Sallahi; +Cc: qemu-devel, qemu-trivial, Magnus Damm

On 2016-08-31 18:31, 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>
> ---
> Changes from v1:
> * Add the 'https://' part to the link in hw/sh4/shix.c.
> 
>  hw/sh4/shix.c         | 2 +-
>  target-sh4/README.sh4 | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks for the new version.

Acked-by: Aurelien Jarno <aurelien@aurel32.net>

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH v2] sh4: fix broken link to documentation
  2016-08-31 16:31 [Qemu-devel] [PATCH v2] sh4: fix broken link to documentation Reda Sallahi
  2016-08-31 20:09 ` Aurelien Jarno
@ 2016-09-14  5:40 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2016-09-14  5:40 UTC (permalink / raw)
  To: Reda Sallahi, qemu-devel; +Cc: qemu-trivial, Magnus Damm

Applied to -trivial, thanks!

/mjt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-14  5:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31 16:31 [Qemu-devel] [PATCH v2] sh4: fix broken link to documentation Reda Sallahi
2016-08-31 20:09 ` Aurelien Jarno
2016-09-14  5:40 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.