From owner-freebsd-virtualization@freebsd.org Sun Mar 31 03:47:31 2019 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 142491571259 for ; Sun, 31 Mar 2019 03:47:31 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [65.103.231.193]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10D158E080 for ; Sun, 31 Mar 2019 03:47:30 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 2D76DC5243; Sat, 30 Mar 2019 21:48:14 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 0gicF1RaLvBJ; Sat, 30 Mar 2019 21:48:13 -0600 (MDT) Received: from macbex.local (209-33-197-163.dsl.infowest.net [209.33.197.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Sat, 30 Mar 2019 21:48:13 -0600 (MDT) From: Rebecca Cran Subject: Re: Updating uefi-edk2-bhyve To: "Rodney W. Grimes" Cc: D Scott Phillips , freebsd-virtualization@freebsd.org References: <201903302037.x2UKbk4u006726@gndrsh.dnsmgr.net> Message-ID: Date: Sat, 30 Mar 2019 21:47:19 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <201903302037.x2UKbk4u006726@gndrsh.dnsmgr.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 10D158E080 X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.94 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bluestop.org:s=mail]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-2.98)[ip: (-9.87), ipnet: 65.100.0.0/14(-4.90), asn: 209(-0.07), country: US(-0.07)]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bluestop.org:+]; DMARC_POLICY_ALLOW(-0.50)[bluestop.org,quarantine]; MX_GOOD(-0.01)[mail.bluestop.org]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:209, ipnet:65.100.0.0/14, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 31 Mar 2019 03:47:31 -0000 On 3/30/19 2:37 PM, Rodney W. Grimes wrote: >> On 3/30/19 1:08 AM, Rodney W. Grimes wrote: >>> >>> So it is a edk2 implementation, and can you point me at >>> the bhyve version of it? The Qemu/KVM version is rather >>> not relavent to this discussion as that would not work due >>> to core vmm implementation differences. Yes, OVMF is part of the TianoCore EDK2. OVMF/KVM is relevant in my opinion because the BHYVE UEFI firmware is a port of OVMF. In fact, with Scott's changes there's no longer a BhyvePkg, but our copy of OvmfPkg works with Bhyve. The code can be found at https://gitlab.com/scott-ph/edk2/tree/wip/2019-03/v2-bhyve-rebase-edk2-stable201903 . > ^^^^^^^^^^^ This is the critical version, this is the > version of the SMBIOS/dmitables implemented by the bios. I think you're confused: I wasn't asking about updating the version of _SMBIOS_ that Bhyve uses, just the BIOS version and release date that are shown in the BIOS section of the SMBIOS data. -- Rebecca Cran