From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqXw8-00050f-AK for qemu-devel@nongnu.org; Wed, 14 Jun 2006 12:09:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqXw6-00050N-P3 for qemu-devel@nongnu.org; Wed, 14 Jun 2006 12:09:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqXw6-00050K-Iu for qemu-devel@nongnu.org; Wed, 14 Jun 2006 12:09:42 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FqY5J-00012U-1Q for qemu-devel@nongnu.org; Wed, 14 Jun 2006 12:19:13 -0400 From: Paul Brook Subject: Re: [Qemu-devel] VMware Player Date: Wed, 14 Jun 2006 17:02:55 +0100 References: <44902362.2000406@gmail.com> <200606141601.59936.paul@codesourcery.com> <4490310D.7060303@gmail.com> In-Reply-To: <4490310D.7060303@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606141702.56697.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, joelee724@gmail.com On Wednesday 14 June 2006 16:53, Joe Lee wrote: > > Why on earth would we want to make a crippled version of qemu? > > > > AFAIK "Creating" a VMware virtual machine is just making a config file. > > qemu doesn't have config files, so your question makes no sense. > > Well, I was not thinking or suggesting of a crippled qemu version. I > asked the question because there are some software > appliances which are pre-built and pre-configured apps that are built on > a LAMP stack and packaged as a single image > type file. This image file can be downloaded and run on a product > similar to VMware Player. This is used for quick demo > purposes of an application with out the need to have a full virtual > machine. My impression was that these "appliances" are full virtual machines. It's just an OS install that's been stripped down and configured to run a single application on startup. Paul