From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BAbzF-00037o-Ap for qemu-devel@nongnu.org; Mon, 05 Apr 2004 17:50:33 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BAbyj-0002j7-Dp for qemu-devel@nongnu.org; Mon, 05 Apr 2004 17:50:32 -0400 Received: from [216.127.66.50] (helo=srv01.centurywebdesign.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BAbyj-0002ip-24 for qemu-devel@nongnu.org; Mon, 05 Apr 2004 17:50:01 -0400 Received: from shaggy (jamie [80.176.231.80]) by srv01.centurywebdesign.com (8.11.6/8.11.6) with SMTP id i35LojU03463 for ; Mon, 5 Apr 2004 22:50:45 +0100 Message-ID: <001601c41b57$ed1704f0$6407a8c0@shaggy> From: "Jamie Burns" References: <200404051047.11383.jm@poure.com> <1081156203.3939.10.camel@aragorn> <200404051130.04164.Rudi@LYRIKpage.de><200404051155.31051.jm@poure.com> <4071B41F.3040201@bellard.org> Subject: Re: [Qemu-devel] Qemu workstation Date: Mon, 5 Apr 2004 22:49:51 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit 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 > I am not sure that handling multiple VMs running at the same time is > very useful (some architectural changes are needed in QEMU). But > switching easily between VM configurations seems interesting. I think that multiple VM's is a worthy goal as long as you can minimise CPU usage. Having multiple VM's gives you the ability to do some very cool things. I use VMWARE in Windows and sometimes have both Linux and FreeBSD running in VM's so I can test software against all 3 OS's at once. I imagine it would be very useful to developers of cluster software. I tried the Win32 port the other day, running Linux, and it sat using 100% of the CPU whilst doing next to nothing at a command prompt. Using VMWARE, and waiting at a command prompt uses very little CPU time. Is QEMU sat in a busy loop all the time? Jamie.