From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lr4S5-0007rz-8r for qemu-devel@nongnu.org; Tue, 07 Apr 2009 02:06:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lr4S0-0007rl-FJ for qemu-devel@nongnu.org; Tue, 07 Apr 2009 02:06:28 -0400 Received: from [199.232.76.173] (port=59221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lr4S0-0007ri-AV for qemu-devel@nongnu.org; Tue, 07 Apr 2009 02:06:24 -0400 Received: from mx20.gnu.org ([199.232.41.8]:57741) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lr4Rz-00043d-Pd for qemu-devel@nongnu.org; Tue, 07 Apr 2009 02:06:23 -0400 Received: from moutng.kundenserver.de ([212.227.126.177]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lr4Rx-0005Hu-C7 for qemu-devel@nongnu.org; Tue, 07 Apr 2009 02:06:21 -0400 Message-ID: <49DAED54.6080305@mail.berlios.de> Date: Tue, 07 Apr 2009 08:06:12 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Next stable release References: <49D908C7.9040104@us.ibm.com> <49DA16F0.6000101@mail.berlios.de> <49DAA848.6030509@codemonkey.ws> In-Reply-To: <49DAA848.6030509@codemonkey.ws> Content-Type: multipart/mixed; boundary="------------090100080309020207000308" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori This is a multi-part message in MIME format. --------------090100080309020207000308 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Anthony Liguori schrieb: > Stefan Weil wrote: >> Anthony Liguori schrieb: >> >>> I'd like to cut 0.10.2 on Monday at around 5PM CST. >>> >>> If there are patches outstanding, now's a good time to mention it. >>> >>> >> >> Maybe this one (fixes documentation): >> >> http://lists.gnu.org/archive/html/qemu-devel/2009-03/msg01609.html >> >> Stable branches should not contain broken links... >> > > I think ohw has already been removed, no? > > Regards, > > Anthony Liguori > I just had a look - yes, you are right. ppc_rom.bin has been removed somewhere in the past. Then ohw should also be removed from qemu-doc.texi and pc-bios/README. I updated my patch to do this. Regards Stefan Weil --------------090100080309020207000308 Content-Type: text/x-diff; name="ohw.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ohw.patch" Remove OHW from documentation. Signed-off-by: Stefan Weil Index: trunk/pc-bios/README =================================================================== --- trunk.orig/pc-bios/README 2009-04-05 22:47:57.000000000 +0200 +++ trunk/pc-bios/README 2009-04-07 08:02:22.000000000 +0200 @@ -31,9 +31,6 @@ repo that HEAD refers to is located at 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. - - video.x is a PowerMac NDRV compatible driver for a VGA frame buffer. It comes from the Mac-on-Linux project (http://www.maconlinux.org/). Index: trunk/qemu-doc.texi =================================================================== --- trunk.orig/qemu-doc.texi 2009-04-05 22:47:57.000000000 +0200 +++ trunk/qemu-doc.texi 2009-04-07 08:03:12.000000000 +0200 @@ -1658,9 +1658,6 @@ 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}. - 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 v2) portable firmware implementation. The goal is to implement a 100% @@ -1686,16 +1683,11 @@ -prom-env 'boot-args=conf=hd:2,\yaboot.conf' @end example -These variables are not used by Open Hack'Ware. - @end table @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 --------------090100080309020207000308--