Message ID | 20201012071906.3301481-5-f4bug@amsat.org |
---|---|
State | New |
Headers | show |
Series | hw/pci-host/prep: Fix PCI swizzling in map_irq() | expand |
On 12/10/2020 09.19, Philippe Mathieu-Daudé wrote: > Link Jocelyn Mayer's web page from the Wayback Machine, > and correct the PReP acronym. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > Cc: Jocelyn Mayer <l_indien@magic.fr> > --- > docs/system/target-ppc.rst | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/docs/system/target-ppc.rst b/docs/system/target-ppc.rst > index a2f04c533c2..1f57966771d 100644 > --- a/docs/system/target-ppc.rst > +++ b/docs/system/target-ppc.rst > @@ -3,7 +3,7 @@ > PowerPC System emulator > ----------------------- > > -Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PREP) > +Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PReP) > or PowerMac PowerPC system. > > QEMU emulates the following PowerMac peripherals: > @@ -20,7 +20,7 @@ QEMU emulates the following PowerMac peripherals: > > - VIA-CUDA with ADB keyboard and mouse. > > -QEMU emulates the following 40P (PREP) peripherals: > +QEMU emulates the following 40P (PReP) peripherals: > > - PCI Bridge > > @@ -43,5 +43,5 @@ the g3beige and mac99 PowerMac and the 40p machines. OpenBIOS is a free > (GPL v2) portable firmware implementation. The goal is to implement a > 100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware. > > -More information is available at > -http://perso.magic.fr/l_indien/qemu-ppc/. > +Archived historical information is available at > +https://web.archive.org/web/20051212135300/http://perso.magic.fr/l_indien/qemu-ppc/. There seems to be a later version available in the archive, too: https://web.archive.org/web/20080212093125/http://perso.magic.fr/l_indien/qemu-ppc/ ... but I think the contents did not change anymore. So: Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/docs/system/target-ppc.rst b/docs/system/target-ppc.rst index a2f04c533c2..1f57966771d 100644 --- a/docs/system/target-ppc.rst +++ b/docs/system/target-ppc.rst @@ -3,7 +3,7 @@ PowerPC System emulator ----------------------- -Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PREP) +Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PReP) or PowerMac PowerPC system. QEMU emulates the following PowerMac peripherals: @@ -20,7 +20,7 @@ QEMU emulates the following PowerMac peripherals: - VIA-CUDA with ADB keyboard and mouse. -QEMU emulates the following 40P (PREP) peripherals: +QEMU emulates the following 40P (PReP) peripherals: - PCI Bridge @@ -43,5 +43,5 @@ the g3beige and mac99 PowerMac and the 40p machines. OpenBIOS is a free (GPL v2) portable firmware implementation. The goal is to implement a 100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware. -More information is available at -http://perso.magic.fr/l_indien/qemu-ppc/. +Archived historical information is available at +https://web.archive.org/web/20051212135300/http://perso.magic.fr/l_indien/qemu-ppc/.
Link Jocelyn Mayer's web page from the Wayback Machine, and correct the PReP acronym. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> --- Cc: Jocelyn Mayer <l_indien@magic.fr> --- docs/system/target-ppc.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)