From owner-freebsd-virtualization@FreeBSD.ORG Tue Jan 6 16:45:22 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E28FF8DD for ; Tue, 6 Jan 2015 16:45:22 +0000 (UTC) Received: from alto.onthenet.com.au (alto2.onthenet.com.au [203.13.68.14]) by mx1.freebsd.org (Postfix) with ESMTP id A462964242 for ; Tue, 6 Jan 2015 16:45:21 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 6DAD5124B5; Wed, 7 Jan 2015 02:45:13 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-24-130-52-29.hsd1.ca.comcast.net [24.130.52.29]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id CAT13212 (AUTH peterg@ptree32.com.au); Wed, 7 Jan 2015 02:45:11 +1000 Message-ID: <54AC1114.4060609@freebsd.org> Date: Tue, 06 Jan 2015 08:45:08 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: William B Subject: Re: Boot OpenBSD with bhyve and libvirt automatically. References: <20141231172913.6d6eb551@franky.ipa.blackhats.net.au> <54A3B0D7.6070600@freebsd.org> <20150102140353.52d54d53@franky.ipa.blackhats.net.au> In-Reply-To: <20150102140353.52d54d53@franky.ipa.blackhats.net.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org 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: Tue, 06 Jan 2015 16:45:23 -0000 Hi William, > Perhaps this is a deficiency that should be addressed in the bootloader > compontent of libvirt to make this process a bit easier? I can't speak too much to libvirt since I didn't do that work, but grub-bhyve is really a workaround to boot non-FreeBSD o/s's until a UEFI/BIOS solution is done. If the changes to libvirt to support this are large, it's most likely not worth it. later, Peter.