From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbLmR-0002Jc-57 for qemu-devel@nongnu.org; Thu, 26 May 2005 13:04:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbLmL-0002FZ-Ns for qemu-devel@nongnu.org; Thu, 26 May 2005 13:04:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbLmL-00023C-6d for qemu-devel@nongnu.org; Thu, 26 May 2005 13:04:17 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DbLhU-0007ox-Nq for qemu-devel@nongnu.org; Thu, 26 May 2005 12:59:17 -0400 From: Paul Brook Subject: Re: [Qemu-devel] QEMU extension Date: Thu, 26 May 2005 17:58:31 +0100 References: <4295F57D.6060900@gmail.com> <200505261728.07811.paul@codesourcery.com> <79bf984805052609467ab3cb74@mail.gmail.com> In-Reply-To: <79bf984805052609467ab3cb74@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505261758.31663.paul@codesourcery.com> 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, Mike Swanson On Thursday 26 May 2005 17:46, Mike Swanson wrote: > Though with KQEMU (for Linux and FreeBSD hosts only), you can run > x86-on-x86 emulation at native speed. Which is entirely irrelevant because: (a) You can't do the required instrumentation with a virtualization based solution like kqemu/qvm86. (b) kqemu is a closed-source binary released under a proprietary licence, so wouldn't be usable in a GPL project. Paul