From owner-freebsd-arch@FreeBSD.ORG Fri Dec 15 14:35:29 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C51E16A47C for ; Fri, 15 Dec 2006 14:35:29 +0000 (UTC) (envelope-from freebsd-arch@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C8B143CB0 for ; Fri, 15 Dec 2006 14:33:42 +0000 (GMT) (envelope-from freebsd-arch@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GvE9c-0007Ez-GM for freebsd-arch@freebsd.org; Fri, 15 Dec 2006 15:35:16 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Dec 2006 15:35:16 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Dec 2006 15:35:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-arch@freebsd.org From: Ivan Voras Date: Fri, 15 Dec 2006 15:35:07 +0100 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.4 (X11/20060625) In-Reply-To: Sender: news Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org Subject: Re: Kernel Virtual Machine X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 14:35:29 -0000 Danny Braniss wrote: > sorry for the cross-posting, but not realy sure where this > belongs. > > Linux just incorporated this, so I was wondering if anything > along this lines is being done/concidered for FreeBSD? > see: > http://aplawrence.com/Linux/kvm_virtualization.html > http://osdir.com/Article9554.phtml Direct port is not possible because of licensing reasons (LGPL). But it would be extremely nice to have at least SOME full virtualization capability in FreeBSD (qemu is too slow) :( All new (from almost two years ago) server class CPUs support hardware virtualization, and it's also present in most new desktop CPUs.