From owner-freebsd-virtualization@FreeBSD.ORG Wed Apr 1 13:14:06 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 992AC6A6 for ; Wed, 1 Apr 2015 13:14:06 +0000 (UTC) Received: from mail.bestsolution.at (mail.bestsolution.at [94.198.139.5]) by mx1.freebsd.org (Postfix) with ESMTP id 4D34FC15 for ; Wed, 1 Apr 2015 13:14:05 +0000 (UTC) Received: from localhost (esus.bestsolution.at [172.16.5.3]) by mail.bestsolution.at (Postfix) with ESMTP id B8BE212A04A for ; Wed, 1 Apr 2015 15:14:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bestsolution.at; h=content-transfer-encoding:content-type:content-type :in-reply-to:references:subject:subject:mime-version:user-agent :from:from:date:date:message-id:received:received; s=default; t= 1427894042; x=1429708443; bh=7Jd5PzweLfiH4vW29gDp6eroXG5BDs4GH2c oT5kNW6E=; b=PHQA1ph46dUU86vnjnhkSE77uPeNuftksovoCs8K1YR1G3Xm/f+ ohglFOp9cDvcR2xTRSEq6cw0Vpdbmqpl+lzEkV4+V2pHzS8Zzd3O1VBVpuYJ1Ik5 zqs/1vIBxQfCYZScL5PqaV5LPO8YifUp591efKZLjaUlhlVGEwFoOego= X-Virus-Scanned: BestSolution.at amavisd-new at bestsolution.at Received: from mail.bestsolution.at ([127.0.0.1]) by localhost (esus.bestsolution.at [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kgKj69k9nW0y for ; Wed, 1 Apr 2015 15:14:02 +0200 (CEST) Received: from artio.bestsolution.at (unknown [94.198.139.2]) by mail.bestsolution.at (Postfix) with ESMTPSA id 0F21712A00A for ; Wed, 1 Apr 2015 15:14:02 +0200 (CEST) Message-ID: <551BEF19.70000@bestsolution.at> Date: Wed, 01 Apr 2015 15:14:01 +0200 From: Udo Rader User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: available hypervisors in FreeBSD References: <551BC8B3.2030900@bestsolution.at> <551BD9D1.7030404@freebsd.org> In-Reply-To: <551BD9D1.7030404@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 13:14:06 -0000 On 04/01/2015 01:43 PM, Julian Elischer wrote: > Bhyve only supports raw disk images.. I'ts quite early in it's > developement life so some features may not > be present yet. thanks for your insights. what you write about bhyve sounds quite good, so I'll give that a try as well. Raw disks are fine with us as we do not overprovision storage (at least not yet). I read that bhyve is now supported by libvirt as well [1], so that may open a road for good manageability (with our existing external tooling). https://libvirt.org/drvbhyve.html