From owner-freebsd-virtualization@freebsd.org Tue Aug 9 07:56:52 2016 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 0F2DFBB32A2 for ; Tue, 9 Aug 2016 07:56:52 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from smtp-outbound.userve.net (smtp-outbound.userve.net [217.196.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.userve.net", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 848A218B2 for ; Tue, 9 Aug 2016 07:56:51 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from owa.usd-group.com (owa.usd-group.com [217.196.1.2]) by smtp-outbound.userve.net (8.15.1/8.15.1) with ESMTPS id u797uXkm036688 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 9 Aug 2016 08:56:33 +0100 (BST) (envelope-from matt.churchyard@userve.net) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=userve.net; s=201508; t=1470729396; bh=6ECLnNRtHuTWSbKgOMQVLcj/O9IMK5c+27OfkKwr0TQ=; h=From:To:CC:Subject:Date:References:In-Reply-To; b=cKnhtDDWw7XAOZcZ924l6oE3ahodKpVClKxhLjr2jup7nzBirRdmGJBBvCiqR40hd 4XJCQrx6JkhI0kza+2lXEmeng0lBr7wSpmpCGOguqkw/b7q1816xBqZdr/hOfSGllP Z/Wd0qJZGPA/ARQjku4DyEsd2pXed1MHDx3n7dBA= Received: from SERVER.ad.usd-group.com (192.168.0.1) by SERVER.ad.usd-group.com (192.168.0.1) with Microsoft SMTP Server (TLS) id 15.0.847.32; Tue, 9 Aug 2016 08:56:27 +0100 Received: from SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9]) by SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9%12]) with mapi id 15.00.0847.030; Tue, 9 Aug 2016 08:56:27 +0100 From: Matt Churchyard To: Victor Sudakov , Lars Engels CC: "freebsd-virtualization@freebsd.org" Subject: RE: Bhyve tests and findings Thread-Topic: Bhyve tests and findings Thread-Index: AQHR7kRdr3sAT9ONiUKmemTIvMbYHaA49GsAgAAiQQCAAG4VAIAAUWKAgAAKdYCAAAFIAIAGNT6AgAAx3aA= Date: Tue, 9 Aug 2016 07:56:27 +0000 Message-ID: <008d6f674dd34becb787c2153029b0f4@SERVER.ad.usd-group.com> References: <20160804132810.Horde.PbxdxEormFX3MwsBMVBoRo7@mail.eeeit.de> <386acc93-afea-9c7e-bcb0-401d1f71fa1f@freebsd.org> <20160804205702.Horde.cclsReqAJZ4gP-yp7ySWYDW@mail.eeeit.de> <20160805013102.GA88553@admin.sibptus.transneft.ru> <20160805062219.GM148@e-new.0x20.net> <20160805065945.GA98590@admin.sibptus.transneft.ru> <20160805070420.GN148@e-new.0x20.net> <20160809055227.GA68689@admin.sibptus.transneft.ru> In-Reply-To: <20160809055227.GA68689@admin.sibptus.transneft.ru> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.0.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.22 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, 09 Aug 2016 07:56:52 -0000 >Lars Engels wrote: > > > > >=20 > > > > > uefi=3D"yes" > > > > > graphics=3D"yes" > > > >=20 > > > > Dear Colleagues, > > > >=20 > > > > Can I enjoy and test all those nice "UEFI-GOP" features on a > > > > 10.3-RELEASE system, or do I have to install CURRENT for that? > > >=20 > > > AFAIK you can checkout usr.sbin/bhyve from the 11 branch and compile = it > > > on 10.3. > >=20 > > I'm not sure how to compile something from a different branch without > > compiling the whole world. make what? >=20 > For bhyve it's easy. Check out the sources, go to usr.sbin/bhyve and run >=20 > make depend; make obj; make; make install.=20 >Unfortunately, after all my efforts, with libvmmapi and bhyve compiled fro= m >CURRENT sources: >Aug 09 12:46:52: warning; UEFI graphics is only available in FreeBSD 11 an= d newer >Aug 09 12:46:52: booting >Bummer! It's possible that you do have a bhyve system with graphics support. Unfort= unately vm-bhyve isn't aimed at users who have manually merged changes, and= will blindly tell anyone that isn't running 11+ that they don't have graph= ics support.=20 You have a couple of options - 1) Run bhyve manually rather than using vm-bhyve 2) Upgrade to the 11 beta 3) Modify vm-bhyve to not automatically skip graphics support if the versio= n is less than 11=20 Matt