From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCzg6-0004dm-L4 for qemu-devel@nongnu.org; Thu, 10 Jan 2008 10:50:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCzg5-0004c7-Rj for qemu-devel@nongnu.org; Thu, 10 Jan 2008 10:50:46 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCzg5-0004bx-NM for qemu-devel@nongnu.org; Thu, 10 Jan 2008 10:50:45 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JCzg5-0005mJ-Cp for qemu-devel@nongnu.org; Thu, 10 Jan 2008 10:50:45 -0500 Date: Thu, 10 Jan 2008 15:50:56 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] Qemu 0.9.1 stable branch Message-ID: <20080110155056.GB1806@networkno.de> References: <9c10c9f0801091103s2ec23f01k79566b5e5cf42fc2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Johannes Schindelin Cc: Lauro Ramos Venancio , qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Wed, 9 Jan 2008, Lauro Ramos Venancio wrote: > > > As discussed yesterday in the qemu irc channel, I've created a stable > > branch for qemu 0.9.1. This branch will follow two basic rules: > > > > 1. Only fixes will be applied. > > 2. Patches will be applied only after they are applied on qemu head. > > > > The repository is > > http://repo.or.cz/w/qemu/qemu_0_9_1_stable.git > > > > Any help (indicating patches that should be applied on this branch) is > > welcomed. > > Cool! > > My take on the patches which should be applied: > > 53f31fe3(Mac OS X build fix, by Andreas Faerber) > 3b9b2ee4(Fix section switching buglet, by Edgar E. Iglesias) > 9aef6b4c(Fix segfault caused by fall through, by Juergen Lock) > > AFAICT 727da25d(Fix broken absoluteness check for cabs.d.*) is not > necessary, as it is for the MIPS target, which is not supposed to work > right now. But I'm sure if I'm wrong, Thiemo will correct me right away. Why do you believe it is "not supposed to work"? The Malta emulation works just fine for me. Thiemo