From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48077 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsXYB-0006hW-Vc for qemu-devel@nongnu.org; Mon, 06 Sep 2010 04:59:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsXYA-00013y-Nv for qemu-devel@nongnu.org; Mon, 06 Sep 2010 04:59:39 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:53515) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsXYA-00013l-KE for qemu-devel@nongnu.org; Mon, 06 Sep 2010 04:59:38 -0400 Received: by qyk34 with SMTP id 34so2420872qyk.4 for ; Mon, 06 Sep 2010 01:59:38 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C84AD75.6020702@redhat.com> Date: Mon, 06 Sep 2010 10:59:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4C62825A.6000903@mail.berlios.de> <4C685F5D.2090707@codemonkey.ws> <4C69A29F.5000606@codemonkey.ws> <4C6AE96C.2040907@codemonkey.ws> <4C837CAF.4080200@redhat.com> <4C83B2ED.5040501@redhat.com> <4C83BDF7.8020201@codemonkey.ws> <4C83BFD3.1070808@redhat.com> In-Reply-To: <4C83BFD3.1070808@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Unmaintained QEMU builds List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: =?ISO-8859-1?Q?Andreas_F=E4?=@gnu.org, =?ISO-8859-1?Q?rber?= , QEMU Developers On 09/05/2010 06:05 PM, Avi Kivity wrote: > I'm perfectly fine with dropping it. btw, there are other features in > qemu that seem to be academic exercises - *-user for example. What is it > useful for? Most open source stuff is multiplatform, and serious > commercial work needs something faster than tcg. *-user is useful to GCC developers (and used by those who work on the ARM backend to run the GCC testsuite). Paolo