From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsCEs-0004H3-3N for qemu-devel@nongnu.org; Tue, 21 Oct 2008 04:05:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsCEp-0004GB-8h for qemu-devel@nongnu.org; Tue, 21 Oct 2008 04:05:13 -0400 Received: from [199.232.76.173] (port=53107 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsCEo-0004G8-SF for qemu-devel@nongnu.org; Tue, 21 Oct 2008 04:05:10 -0400 Received: from mx20.gnu.org ([199.232.41.8]:7722) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsCEo-0003dT-Jt for qemu-devel@nongnu.org; Tue, 21 Oct 2008 04:05:10 -0400 Received: from wf-out-1314.google.com ([209.85.200.173]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsBrr-0006Wk-Fq for qemu-devel@nongnu.org; Tue, 21 Oct 2008 03:41:27 -0400 Received: by wf-out-1314.google.com with SMTP id 27so2384519wfd.4 for ; Tue, 21 Oct 2008 00:41:25 -0700 (PDT) Message-ID: <761ea48b0810210041q61d1fbedt153f8fde463e3e87@mail.gmail.com> Date: Tue, 21 Oct 2008 09:41:25 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] release date of qemu 0.9.2? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 On Tue, Oct 21, 2008 at 6:19 AM, C. W. Betts wrote: > > When will qemu be given the status of 0.9.2? I was browsing the source code > of the Qemu that ships with OpenSuSE and noticed that there are a lot of > patches. It would probably be helpful if there was a release that didn't > depend on GCC 4. You probably meant gcc 3 which is a requirement for dyngen targets. > Also, what targets still depend on dyngen? And is anyone working on porting > them to TCG? Only PowerPC targets still depend on dyngen, and it's being worked on. Laurent