From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web08.45522.1606179860084276839 for ; Mon, 23 Nov 2020 17:04:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Z6CNp5Se; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606179859; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jiCA5sBcgyJ54eEHTGWV1hypNjymlj9IvEkGl8eCDu0=; b=Z6CNp5Sec9nKIm/hEo81Ba9Qo/HjpPdswaLmuwzmYmu/x3ezL80CIeCs0tI8ttFTGC2liQ qJOudp9MW+uhA/nBnP9HVsUpsKKU0NXv5gMA+dgtVVwxtGd+oyODOcKj6lls56tVjcP/P7 qtVYOicP/c2rR/kQaajuvxrQVtz9X+E= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-68-7s99iSkqMreS3IojXHxgzQ-1; Mon, 23 Nov 2020 20:04:17 -0500 X-MC-Unique: 7s99iSkqMreS3IojXHxgzQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4787A1005E52; Tue, 24 Nov 2020 01:04:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-230.ams2.redhat.com [10.36.112.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id BFCD95D9CA; Tue, 24 Nov 2020 01:04:14 +0000 (UTC) Subject: Re: [PATCH v2 0/3] various bhyve tweaks and updates To: Rebecca Cran Cc: devel@edk2.groups.io, Jordan Justen , Ard Biesheuvel , Peter Grehan References: <20201124005733.18107-1-rebecca@bsdio.com> From: "Laszlo Ersek" Message-ID: <3496af87-f723-6cf9-c0dd-916c711e5a84@redhat.com> Date: Tue, 24 Nov 2020 02:04:13 +0100 MIME-Version: 1.0 In-Reply-To: <20201124005733.18107-1-rebecca@bsdio.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/24/20 01:57, Rebecca Cran wrote: > various bhyve tweaks and updates > > v2: Added my copyright notice to Real16ToFlat32.asm > > Rebecca Cran (3): > OvmfPkg/Bhyve: Add VariablePolicy engine to Bhyve > OvmfPkg/Bhyve: Add support for the AMD host bridge > OvmfPkg/Bhyve: Copy Real16ToFlat32.asm and enable cache in CR0 > > OvmfPkg/Bhyve/BhyveX64.dsc | 4 +- > OvmfPkg/Bhyve/PlatformPei/Platform.c | 3 +- > .../PlatformBootManagerLibBhyve/BdsPlatform.c | 6 +- > .../Bhyve/ResetVector/Ia16/Real16ToFlat32.asm | 143 ++++++++++++++++++ > 4 files changed, 152 insertions(+), 4 deletions(-) > create mode 100644 OvmfPkg/Bhyve/ResetVector/Ia16/Real16ToFlat32.asm > Can this whole set wait until after edk2-stable202011, or would you like me to merge patch#1 ("OvmfPkg/Bhyve: Add VariablePolicy engine to Bhyve") in isolation, during the Hard Feature Freeze? (It definitely qualifies, because it fixes a build regression caused by the patches for TianoCore#2522.) I don't think we should merge patches #2 and #3 during the HFF. Thanks Laszlo