From owner-freebsd-virtualization@freebsd.org Wed Oct 7 19:39:39 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6AFE9D1E28 for ; Wed, 7 Oct 2015 19:39:39 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 97D0A74A for ; Wed, 7 Oct 2015 19:39:38 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTP id A377F1219B for ; Thu, 8 Oct 2015 05:39:35 +1000 (EST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 9E1A52811A5 for ; Thu, 8 Oct 2015 05:39:35 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ab7d-0B25Mni for ; Thu, 8 Oct 2015 05:39:35 +1000 (AEST) Received: from Peters-MacBook-Pro.local (c-50-184-135-69.hsd1.ca.comcast.net [50.184.135.69]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 0CD6B281132; Thu, 8 Oct 2015 05:39:31 +1000 (AEST) Subject: Re: Windows support in bhyve To: Craig Rodrigues References: <561187FB.8040506@freebsd.org> Cc: "freebsd-virtualization@freebsd.org" From: Peter Grehan Message-ID: <561574F0.7010900@freebsd.org> Date: Wed, 7 Oct 2015 12:39:28 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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, 07 Oct 2015 19:39:39 -0000 Hi Craig, > Microsoft provides free virtual machines here: > https://dev.modern.ie/tools/vms/windows/ > These VM's are primarily targeted at web developers, for testing > Internet Explorer. > > Can these VM's be made to work with bhyve? For example, by using > VirtualBox to export a VM to a raw disk image. Not at the moment. They are for desktop versions only, and are most likely configured for hardware that bhyve doesn't support i.e. no virtio-net driver. later, Peter.