From owner-freebsd-hackers@freebsd.org Sat Jul 15 12:56:28 2017 Return-Path: Delivered-To: freebsd-hackers@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 1AAC5AF9CB2 for ; Sat, 15 Jul 2017 12:56:28 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 024226F88A for ; Sat, 15 Jul 2017 12:56:28 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: by mailman.ysv.freebsd.org (Postfix) id F28D6AF9CB1; Sat, 15 Jul 2017 12:56:27 +0000 (UTC) Delivered-To: hackers@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 F036DAF9CB0 for ; Sat, 15 Jul 2017 12:56:27 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "puchar.net", Issuer "puchar.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 815D46F889 for ; Sat, 15 Jul 2017 12:56:26 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.14.9) with ESMTPS id v6FClDs4049023 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 15 Jul 2017 14:47:14 +0200 (CEST) (envelope-from wojtek@puchar.net) X-Authentication-Warning: puchar.net: Host puchar-wojtek-router.intra [10.0.224.34] claimed to be wojtek.intra Received: from wojtek.intra (localhost [127.0.0.1]) by wojtek.intra (8.15.2/8.15.2) with ESMTP id v6FCl8FO005258 for ; Sat, 15 Jul 2017 14:47:08 +0200 (CEST) (envelope-from wojtek@puchar.net) Received: from localhost (wojtek@localhost) by wojtek.intra (8.15.2/8.15.2/Submit) with ESMTP id v6FCl3Aj005255 for ; Sat, 15 Jul 2017 14:47:03 +0200 (CEST) (envelope-from wojtek@puchar.net) X-Authentication-Warning: wojtek.intra: wojtek owned process doing -bs Date: Sat, 15 Jul 2017 14:47:03 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@wojtek.intra To: hackers@freebsd.org Subject: question about bhyve Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2017 12:56:28 -0000 i tried bhyve (FreeBSD 11) with windows 7 guest and it basically works fine. But i have few questions: - why virtio-blk doesn't work. Do i have to install some exact version of virtio drivers? It results in guest crash. - virtio-net is detected, but trying to set anything throught control panel about network connection results in wait...wait... until i reboot windows. e1000 emulation works fine. And finally - can bhyve run existing image (now running under virtualbox, but raw images) that does have MBR layout not GPT?