public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Laszlo Ersek" <lersek@redhat.com>
To: Rebecca Cran <rebecca@bsdio.com>, devel@edk2.groups.io
Cc: Jordan Justen <jordan.l.justen@intel.com>,
	Ard Biesheuvel <ard.biesheuvel@arm.com>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	Michael Kinney <michael.d.kinney@intel.com>,
	Andrew Fish <afish@apple.com>, Peter Grehan <grehan@freebsd.org>
Subject: Re: [PATCH v3 0/6] Add BhyvePkg, to support the bhyve hypervisor
Date: Tue, 21 Apr 2020 17:27:42 +0200	[thread overview]
Message-ID: <fd27f965-f730-749e-a156-b67e6b4e676b@redhat.com> (raw)
In-Reply-To: <20200421030955.114850-1-rebecca@bsdio.com>

Hi Rebecca,

On 04/21/20 05:09, Rebecca Cran wrote:
> I noticed a few things wrong with the v2 series:
> 
> o BhyveFwCtlLibNull is no longer used, and could be deleted.
> o Some changes from the v1 AcpiPlatformDxe patch were left in OvmfPkg.
> o BhyvePkg/License.txt still referred to OvmfPkg. I've updated it so
>   everything under BhyvePkg should be BSD-2-Clause.
> 
> This patch series can also be found at
> https://git.bsdio.com/bcran/edk2-bhyve/commits/branch/master
> 
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> 
> Rebecca Cran (6):
>   OvmfPkg: Add bhyve support into AcpiTimerLib
>   OvmfPkg: Add QemuFwCfgLibNull
>   OvmfPkg: Add VBE2 mode info structure to LegacyVgaBios.h
>   Add BhyvePkg, to support the bhyve hypervisor
>   BhyvePkg: Add PlatformPei
>   BhyvePkg: Add AcpiPlatformDxe

Sorry, I'm confused by the structure of this series / updates in this
series.

(1) For example, I can't find the patch that adds
"BhyvePkg/BhyvePkgX64.dsc", in spite of the file being listed in the
cumulative diffstat below.

(2) I also don't really understand why v2 / v3 have been posted, given
that the bhyve-specific ResetSystemLib instance that I suggested under
v1, based on your proposed code, still depends on the ResetSystemLib
cleanup series that I posted. The idea is that you would base the new
bhyve ResetSystemLib instance on my ResetSystemLib refactoring.

Because my series has not been merged yet, for such a bhyve rebase you'd
have to pick up my patches from the list temporarily. That's a 100%
usable approach, but then, this v3 series of yours does not seem to
introduce *any* ResetSystemLib instance. Have you decided to postpone
that work for later?

(Unfortunately, I can't check the ResetSystemLib resolution that you use
in "BhyvePkgX64.dsc", because, again, the v3 series doesn't actually
*contain* "BhyvePkgX64.dsc".)

(3) Regarding the v2 set -- there you mention:

On 04/21/20 04:04, Rebecca Cran wrote:
> changing FILE_GUIDs to be unique
> (except AcpiTables, which needs to be the same between OvmfPkg and
> BhyvePkg),

and I don't understand that... Oh wait, I do: the GUID

  7E374E25-8E01-4FEE-87F2-390C23C606CD

is a well-known GUID (inside ek2, that is). It's not specific to
OvmfPkg. BaseTools calls the GUID "ACPI table storage", and it is
declared in "MdeModulePkg/MdeModulePkg.dec", as
"PcdAcpiTableStorageFile" ("FFS filename to find the ACPI tables").


In the end, please wait until I get around merging the ResetSystemLib
refactoring <https://bugzilla.tianocore.org/show_bug.cgi?id=2675>. Then,
please post a new, comprehensive bhyve set. Patch sets pending review on
a mailing list are not incremental; new versions entirely supersede
earlier versions. Patches are considered incremental only when (a)
earlier patches have been merged, or (b) there's an agreement that in
the particular situation a new patch (or a few patches) can be appended
to a pending series.

Thanks
Laszlo


  parent reply	other threads:[~2020-04-21 15:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21  3:09 [PATCH v3 0/6] Add BhyvePkg, to support the bhyve hypervisor Rebecca Cran
2020-04-21  3:09 ` [PATCH v3 1/6] OvmfPkg: Add bhyve support into AcpiTimerLib Rebecca Cran
2020-04-23  7:56   ` [edk2-devel] " Laszlo Ersek
2020-04-21  3:09 ` [PATCH v3 2/6] OvmfPkg: Add QemuFwCfgLibNull Rebecca Cran
2020-04-23  8:21   ` [edk2-devel] " Laszlo Ersek
2020-04-21  3:09 ` [PATCH v3 3/6] OvmfPkg: Add VBE2 mode info structure to LegacyVgaBios.h Rebecca Cran
2020-04-23  8:05   ` [edk2-devel] " Laszlo Ersek
2020-04-21  3:09 ` [PATCH v3 4/6] Add BhyvePkg, to support the bhyve hypervisor Rebecca Cran
2020-04-23  9:19   ` [edk2-devel] " Laszlo Ersek
2020-04-23  9:42     ` Laszlo Ersek
2020-04-24  5:54       ` Rebecca Cran
2020-04-24 12:22         ` Laszlo Ersek
2020-04-23 20:08     ` Rebecca Cran
2020-04-24 10:11       ` Laszlo Ersek
2020-04-24 16:00         ` Rebecca Cran
2020-04-21  3:09 ` [PATCH v3 5/6] BhyvePkg: Add PlatformPei Rebecca Cran
2020-04-23  9:24   ` [edk2-devel] " Laszlo Ersek
2020-04-21  3:09 ` [PATCH v3 6/6] BhyvePkg: Add AcpiPlatformDxe Rebecca Cran
2020-04-23  9:44   ` [edk2-devel] " Laszlo Ersek
2020-04-21 15:27 ` Laszlo Ersek [this message]
2020-04-21 15:38   ` [PATCH v3 0/6] Add BhyvePkg, to support the bhyve hypervisor Rebecca Cran
2020-04-22 15:21     ` Laszlo Ersek
2020-04-22 16:48       ` Rebecca Cran
2020-04-24 10:11         ` Laszlo Ersek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fd27f965-f730-749e-a156-b67e6b4e676b@redhat.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox