From owner-freebsd-current@FreeBSD.ORG Mon Jan 14 12:39:18 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9DA9C297 for ; Mon, 14 Jan 2013 12:39:18 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (feld.me [66.170.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7B29CFA9 for ; Mon, 14 Jan 2013 12:39:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=6TsL9tWhAISOJMdZm/FQtooEYdAB4pZG/kNM1jdjslU=; b=DimHKL83eyMyqrZS6o88aMLzmovWDWMW14GKWTMHV3xqHez8XiAsWLlEBxSc6sUjTbTA6rXOJOPc5ZxfyV6G7R63Sr7So+B44i/K6Z+q275BFlAHwVoocE0Zeti028DB; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TujJp-000MW8-Ao; Mon, 14 Jan 2013 06:39:14 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1358167152-86286-86284/5/2; Mon, 14 Jan 2013 12:39:12 +0000 Content-Type: text/plain; format=flowed; delsp=yes To: freebsd-current@freebsd.org, cederom@tlen.pl Subject: Re: Hardware VM support for Jails References: Date: Mon, 14 Jan 2013 06:39:12 -0600 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: User-Agent: Opera Mail/12.12 (FreeBSD) X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 12:39:18 -0000 On Mon, 14 Jan 2013 06:18:34 -0600, wrote: > Hello :-) > > I was wondering if there is a hardware accelerated Jail using > Virtualization CPU extensions in BSD or everything is done in Kernel > by software? SUSE is advertising their "light virtualization" (no > hardware emulation) I was wondering if BSD has this capabilities too > ;-) What would be benefit for this over Jail? > The jails don't need to use these CPU extensions because jails are just like running the native OS. There really aren't any abstraction layers hindering performance.