From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lognr-0001Tv-RK for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:27:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lognn-0001Qd-8k for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:27:07 -0400 Received: from [199.232.76.173] (port=45790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lognm-0001QV-Sy for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:27:02 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:57013) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lognm-0007ps-BK for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:27:02 -0400 Message-ID: <49D24451.7030109@mail.berlios.de> Date: Tue, 31 Mar 2009 18:26:57 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] [PATCH] [STABLE] Update documentation for OpenHackWare Content-Type: multipart/mixed; boundary="------------080203080704050305080502" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers , Paul Brook This is a multi-part message in MIME format. --------------080203080704050305080502 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello, the QEMU documentation contains broken links for OpenHackWare (OHW). This patch removes them (there are no new links) and marks OHW as old and no longer supported. Bad links might also be fixed in stable - the patch can be applied to trunk and to the stable branch. Regards Stefan --------------080203080704050305080502 Content-Type: text/x-diff; name="ohw.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ohw.patch" Remove broken links for OHW and try to update the OHW documentation. Signed-off-by: Stefan Weil Index: trunk/pc-bios/README =================================================================== --- trunk.orig/pc-bios/README 2009-03-31 18:13:25.000000000 +0200 +++ trunk/pc-bios/README 2009-03-31 18:14:07.000000000 +0200 @@ -32,7 +32,7 @@ git://git.kernel.org/pub/scm/virt/vgabios/vgabios.git - The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is - available at http://perso.magic.fr/l_indien/OpenHackWare/index.htm. + no longer supported and will be removed in the future. - video.x is a PowerMac NDRV compatible driver for a VGA frame buffer. It comes from the Mac-on-Linux project Index: trunk/qemu-doc.texi =================================================================== --- trunk.orig/qemu-doc.texi 2009-03-31 18:18:25.000000000 +0200 +++ trunk/qemu-doc.texi 2009-03-31 18:18:30.000000000 +0200 @@ -1654,8 +1654,9 @@ PC compatible keyboard and mouse. @end itemize -QEMU uses the Open Hack'Ware Open Firmware Compatible BIOS available at -@url{http://perso.magic.fr/l_indien/OpenHackWare/index.htm}. +Earlier versions of QEMU used the Open Hack'Ware Open Firmware Compatible BIOS. +It is still provided for compatiblity reasons (PREP platform), +but it is no longer supported. Since version 0.9.1, QEMU uses OpenBIOS @url{http://www.openbios.org/} for the g3beige and mac99 PowerMac machines. OpenBIOS is a free (GPL @@ -1689,9 +1690,6 @@ @c man end -More information is available at -@url{http://perso.magic.fr/l_indien/qemu-ppc/}. - @node Sparc32 System emulator @section Sparc32 System emulator --------------080203080704050305080502--