From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 16:14:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8366816A400 for ; Tue, 6 Feb 2007 16:14:12 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 59DB513C4AA for ; Tue, 6 Feb 2007 16:14:12 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 6585E51999 for ; Tue, 6 Feb 2007 11:14:10 -0500 (EST) Date: Tue, 6 Feb 2007 16:14:05 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070206161405.31e1d7d2@gumby.homeunix.com> In-Reply-To: <20070206074418.E93062@ns1.internetinsite.com> References: <45C7C7A7.8080709@chrismaness.com> <20070206151547.GB15485@gizmo.acns.msu.edu> <20070206074418.E93062@ns1.internetinsite.com> X-Mailer: Claws Mail 2.7.2 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: VMware equivalent? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 16:14:12 -0000 On Tue, 6 Feb 2007 07:45:43 -0800 (PST) Chris Maness wrote: > I have been running vmware, and it works very well, but if I can find > a open source version that works well, I would like to move in that > direction. Thanks for the tips guys. If you do try qemu try building it with kqemu support. qemu does full emulation (which is needed for running an OS for a different platform). kqemu allows some of the guest OS instructions to run directly on the CPU, which is much faster. kqemu is not as mature as qemu, and if it doesn't works for you, you will find qemu much slower than vmware