From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 4 10:25:31 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57C84106566B for ; Thu, 4 Mar 2010 10:25:31 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 0E2038FC13 for ; Thu, 4 Mar 2010 10:25:30 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nn8FD-0002wU-Rc for freebsd-emulation@freebsd.org; Thu, 04 Mar 2010 11:25:27 +0100 Received: from 78-1-157-207.adsl.net.t-com.hr ([78.1.157.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Mar 2010 11:25:27 +0100 Received: from ivoras by 78-1-157-207.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Mar 2010 11:25:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Ivan Voras Date: Thu, 04 Mar 2010 11:25:17 +0100 Lines: 12 Message-ID: References: <20100301145840.GL50395@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 78-1-157-207.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <20100301145840.GL50395@elvis.mu.org> Subject: Re: Is there an equiv of Linux KVM for FreeBSD? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 10:25:31 -0000 Alfred Perlstein wrote: > Specifically anything that allows QoS of percent of the host > machine's CPU to be allocated? This is a "hard problem" in any case - emulation or no emulation. But with todays multicore + hyperthreading CPUs you can do so on a coarse "1 CPU core" granularity. I.e. a Nehalem quad-core CPU will present itself as 8 logical CPUs and you can bind processes to these logical CPUs to achive 1/8 granularity (possibly with jails, or any other virtualization).